Added the cancel link on the page for adding CNAME records as well.

This commit is contained in:
Daniel Roschka 2015-03-22 20:52:46 +01:00
parent 1671bc4c2f
commit c3e454e88b
1 changed files with 1 additions and 0 deletions

View File

@ -64,6 +64,7 @@ Add CNAME record for {{ originating_record }}
</div>
<button type="submit" class="btn">Save Changes</button>
<a href="{% url "zone_list" dns_server=dns_server zone_name=zone_name %}">Cancel</a>
</form>
{% endblock body %}