From e901ef33cd2641e7783a55c5e28ea1ea8c9205c7 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Tue, 20 Sep 2022 00:50:21 +0200 Subject: [PATCH] testing on devrama --- files/templates/errors/502.html | 28 ++++++++++++++++++++-------- 1 file changed, 20 insertions(+), 8 deletions(-) diff --git a/files/templates/errors/502.html b/files/templates/errors/502.html index dd85093894..42db88e684 100644 --- a/files/templates/errors/502.html +++ b/files/templates/errors/502.html @@ -1,10 +1,22 @@ +{% extends "default.html" %} - - - - - - wtf - +{% block title %} +500 Internal Server Error +{% endblock %} - \ No newline at end of file +{% block pagetype %}error-500{% endblock %} + +{% block content %} +
+
+
+ :#marseydead: +

+			

500 Internal Server Error

+

Hiiiii it's carp! I think this error means that there's a timeout error. And I think that means something took too long to load so it decided not to work at all. If you keep seeing this on the same page but not other pages, then something is probably wrong with that specific function. It may not be called a function, but that sounds right to me. Anyway, ping me and I'll whine to someone smarter to fix it. Don't bother them. Thanks ily <3

+
Go to the frontpage
+ +
+
+
+{% endblock %}