Handle errors when trying to retrieve zone list from NS server
Conflicts: binder/templates/base.htm
This commit is contained in:
parent
b2b849d1f0
commit
5c7d18deb7
|
@ -8,6 +8,10 @@
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
{% block errors %}
|
{% block errors %}
|
||||||
|
<<<<<<< HEAD
|
||||||
|
=======
|
||||||
|
|
||||||
|
>>>>>>> 885b106... Handle errors when trying to retrieve zone list from NS server
|
||||||
{% if errors %}
|
{% if errors %}
|
||||||
<div class="errors">
|
<div class="errors">
|
||||||
Errors were encountered:
|
Errors were encountered:
|
||||||
|
@ -19,9 +23,22 @@
|
||||||
<br>
|
<br>
|
||||||
{{ error_context }}
|
{{ error_context }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
<<<<<<< HEAD
|
||||||
<hr>
|
<hr>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endblock errors %}
|
{% endblock errors %}
|
||||||
|
=======
|
||||||
|
|
||||||
|
<hr>
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
{% endblock errors %}
|
||||||
|
|
||||||
|
<br>
|
||||||
|
{% block body %}
|
||||||
|
>>>>>>> 885b106... Handle errors when trying to retrieve zone list from NS server
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
{% block body %}
|
{% block body %}
|
||||||
|
|
Loading…
Reference in New Issue