Upload project.
This commit is contained in:
6
flaskapp/templates/500.html
Normal file
6
flaskapp/templates/500.html
Normal file
@@ -0,0 +1,6 @@
|
||||
{% extends "base.html" %}
|
||||
|
||||
{% block app_content %}
|
||||
<h1>500 Server Error</h1>
|
||||
<p><a href="{{url_for('index') }}">Back</a></p>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user