arrowcounter/counter/templates/500.html

9 lines
270 B
HTML
Raw Normal View History

2018-08-10 11:26:45 +00:00
{% extends "base.html" %}
{% block title %}Internal server error{% endblock %}
{% block content %}
<h1 class="center">Internal server error</h1>
<p>The server failed to process the request. Please <a href="{% url "index" %}">return to the home</a>.</p>
{% endblock %}