2018-10-10 16:07:22 +00:00
|
|
|
<title> An error has occurred! </title>
|
|
|
|
|
|
|
|
<h2> We are sorry, an error has occured while handling your request. </h2>
|
|
|
|
|
|
|
|
While trying to {{service}}, an error was encountered: {{error}}
|
|
|
|
<br><br>
|
|
|
|
You can try to:
|
|
|
|
<br>
|
2018-10-15 15:52:15 +00:00
|
|
|
{% if urlname %}
|
2018-10-14 15:48:11 +00:00
|
|
|
<form action={% url urlname %} method="get">
|
2018-10-10 16:07:22 +00:00
|
|
|
<input type="submit" value="Go back and try again">
|
|
|
|
</form>
|
|
|
|
<br>or<br>
|
2018-10-15 15:52:15 +00:00
|
|
|
{% endif %}
|
2018-10-14 15:48:11 +00:00
|
|
|
<form action={% url 'index' %} method="get">
|
2018-10-10 16:07:22 +00:00
|
|
|
<input type="submit" value="Go to the indexpage">
|
|
|
|
</form>
|