Added the ability to create a template based on the zone records

This commit is contained in:
Vadim Aleksandrov
2018-01-23 18:23:21 +03:00
parent 52a5789c85
commit 12cfc4dbc1
4 changed files with 115 additions and 2 deletions

View File

@ -65,7 +65,7 @@
{% for template in templates %}
<tr>
<td>
<strong>{{ template.name }}</strong>
<a href="{{ url_for('edit_template', template=template.name) }}"><strong>{{ template.name }}</strong></a>
</td>
<td>
{{ template.description }}