diff --git a/frontend/templates/500.html b/frontend/templates/500.html index f06fb2a5..6f981584 100644 --- a/frontend/templates/500.html +++ b/frontend/templates/500.html @@ -1,37 +1,43 @@ {% extends "base.html" %} -{% block title %}Server Error - Oops{% endblock %} +{% block title %}Server Error - DocuNova{% endblock %} {% block content %} -
-

500

-

Internal Server Error

+
+ +
+ Server Explosion +
- - A meltdown illustration +
+

500

+

+ Oops! Something Went Wrong. +

+

+ Our servers encountered a mishap and need a moment. Maybe the hamsters spilled their coffee? +

+

+ We're already on it—sorting files, rebooting servers, and recalibrating flux capacitors. +

-

- Uh-oh! It looks like DocuNova misfiled some paperwork. Our server hamsters - have taken a short coffee break – but we promise they’ll be right back! -

-

- We’re on it – reordering the files, recharging the flux capacitor, or maybe just - turning it off and on again. -

- - - {% if exc %} -
- + {% if exc %} +
+ Show Debug Info -
{{ exc }}
+
{{ exc }}
- {% endif %} + {% endif %} - ← Return Home + +
{% endblock %}