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
9 lines
185 B
HTML
9 lines
185 B
HTML
{% extends 'layout.html' %}
|
|
{% block content %}
|
|
|
|
<div class="content-container">
|
|
<h2>Not Found</h2>
|
|
<p>The page your requested doesn't seem to exist!</p>
|
|
</div>
|
|
|
|
{% endblock %}
|