binder/binder/templates/bcommon/add_cname_result.htm

21 lines
371 B
HTML

{% extends "base.htm" %}
{% block pageheader %}
Add CNAME Record Result
{% endblock pageheader %}
{% block body %}
<table class="table">
<tr>
<th>CNAME</th>
<th>Add CNAME Result</th>
</tr>
<tr>
<td>{{ rr_data.cname }}.{{rr_data.zone_name }} points to {{ rr_data.originating_record }}</td>
<td><pre>{{ response }}</pre></td>
</tr>
</table>
{% endblock body %}