Files
big_tim/templates/error.html.tera

12 lines
410 B
Plaintext

{% extends "base" %}
{% block content %}
<h1>Error!</h1>
<p>Error: <span class="result">{{ error }}</span></p>
<p>I don't know what you did</p>
<p>Maybe that error above will make sense to you, maybe not</p>
<p>It's probably because you up a wrong DateTime in</p>
<p>Don't forget to put a time in - I don't know how to enforce this with HTML</p>
<p><a href="/">Please try again</a></p>
{% endblock content %}