Handle errors when trying to retrieve zone list from NS server

Conflicts:

	binder/templates/base.htm
This commit is contained in:
Jeffrey Forman 2011-04-17 10:10:23 -04:00
parent b2b849d1f0
commit 5c7d18deb7
1 changed files with 17 additions and 0 deletions

View File

@ -8,6 +8,10 @@
<body>
{% block errors %}
<<<<<<< HEAD
=======
>>>>>>> 885b106... Handle errors when trying to retrieve zone list from NS server
{% if errors %}
<div class="errors">
Errors were encountered:
@ -19,9 +23,22 @@
<br>
{{ error_context }}
{% endif %}
<<<<<<< HEAD
<hr>
{% endif %}
{% endblock errors %}
=======
<hr>
{% endif %}
{% endblock errors %}
<br>
{% block body %}
>>>>>>> 885b106... Handle errors when trying to retrieve zone list from NS server
<br>
{% block body %}