13 lines
195 B
HTML
13 lines
195 B
HTML
{% extends 'base.html' %}
|
|
|
|
{% block content %}
|
|
|
|
<div class="page-header">
|
|
<h1>
|
|
Server error
|
|
</h1>
|
|
</div>
|
|
|
|
<p>Sorry, an error occured. Please try again in few minutes.</p>
|
|
|
|
{% endblock %}
|