Added the cancel link on the page for adding CNAME records as well.
This commit is contained in:
parent
1671bc4c2f
commit
c3e454e88b
|
@ -64,6 +64,7 @@ Add CNAME record for {{ originating_record }}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<button type="submit" class="btn">Save Changes</button>
|
<button type="submit" class="btn">Save Changes</button>
|
||||||
|
<a href="{% url "zone_list" dns_server=dns_server zone_name=zone_name %}">Cancel</a>
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
{% endblock body %}
|
{% endblock body %}
|
||||||
|
|
Loading…
Reference in New Issue