bookwyrm/fedireads/templates/error.html
Mouse Reeve c6d887defe Adds 404 and 500 pages
they only show up when debug is off though, thankfully
Fixes #112
2020-03-29 16:05:33 -07:00

11 lines
182 B
HTML

{% extends 'layout.html' %}
{% block content %}
<div class="content-container">
<h2>Server Error</h2>
<p>Something went wrong! Sorry about that.</p>
</div>
{% endblock %}