We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 104e59a commit 47ee612Copy full SHA for 47ee612
app/templates/500.html
@@ -0,0 +1,12 @@
1
+{% extends "base.html" %}
2
+
3
+{% block content %}
4
+<div class="container">
5
+ <div class="error-page">
6
+ <h1>500</h1>
7
+ <h2>Internal Server Error</h2>
8
+ <p>Something went wrong. Please try again later.</p>
9
+ <a href="{{ url_for('index') }}" class="btn-primary">Go Home</a>
10
+ </div>
11
+</div>
12
+{% endblock %}
0 commit comments