initial commit
This commit is contained in:
6
templates/error.html
Normal file
6
templates/error.html
Normal file
@@ -0,0 +1,6 @@
|
||||
{% extends '_base.html' %} {% block content %}
|
||||
<h2>Error</h2>
|
||||
<div class="lcars-frame">
|
||||
<pre>{{ error }}</pre>
|
||||
</div>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user