moviewyrm/bookwyrm/templates/error.html

11 lines
184 B
HTML
Raw Normal View History

{% extends 'layout.html' %}
{% block content %}
2020-09-30 22:04:57 +00:00
<div class="block">
2020-11-09 20:06:44 +00:00
<h1 class="title">Server Error</h1>
<p>Something went wrong! Sorry about that.</p>
</div>
{% endblock %}