mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2024-11-05 16:39:42 +00:00
c6d887defe
they only show up when debug is off though, thankfully Fixes #112
10 lines
182 B
HTML
10 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 %}
|
|
|