designate-dashboard/designatedashboard/dashboards/project/dns_domains/templates/dns_domains/domain_detail.html

12 lines
320 B
HTML

{% extends 'base.html' %}
{% load i18n %}
{% block title %}{% trans 'Domain Detail' %}{% endblock %}
{% block page_header %}
{% include "horizon/common/_page_header.html" with title=_("Domain") %}
{% endblock page_header %}
{% block main %}
{% include 'project/dns_domains/_domain_detail.html' %}
{% endblock %}