cold
This commit is contained in:
6
AoM_Service/AoM_Configs/webapp/templates/error.html
Executable file
6
AoM_Service/AoM_Configs/webapp/templates/error.html
Executable file
@@ -0,0 +1,6 @@
|
||||
{% extends "header.html" %}
|
||||
{% block body %}
|
||||
<h1>Error Rendering config:</h1>
|
||||
<p>{{ message }}</p>
|
||||
<p><a href="{{ url_for('index') }}">Return to Creation Page?</a></p>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user