From 47af9d43a9a6bb3978707ed9caa430150c5ab591 Mon Sep 17 00:00:00 2001 From: cmyui Date: Sat, 20 Jul 2024 00:48:19 -0400 Subject: [PATCH] Fix ssl errors using url_for thru cloudfalre --- web/templates/base.html | 18 ++++++------------ web/templates/homepage.html | 5 +---- web/templates/profile.html | 2 +- web/templates/rework.html | 2 +- 4 files changed, 9 insertions(+), 18 deletions(-) diff --git a/web/templates/base.html b/web/templates/base.html index 920d790..0408aa2 100644 --- a/web/templates/base.html +++ b/web/templates/base.html @@ -5,18 +5,12 @@ - - - - - - + + + + + + {% block title %}{% endblock %} | Akatsuki Rework {% endblock %} diff --git a/web/templates/homepage.html b/web/templates/homepage.html index a64439c..12d261b 100644 --- a/web/templates/homepage.html +++ b/web/templates/homepage.html @@ -8,10 +8,7 @@ class="p-4 my-8 bg-white border border-gray-200 rounded-lg shadow-md sm:p-6 lg:p-8 dark:bg-gray-800 dark:border-gray-700" >
- +

Akatsuki PP Reworks

diff --git a/web/templates/profile.html b/web/templates/profile.html index fd8daaf..324f8f6 100644 --- a/web/templates/profile.html +++ b/web/templates/profile.html @@ -132,5 +132,5 @@

rework_id: parseInt("{{ rework_data.id }}"), }; - + {% endblock %} diff --git a/web/templates/rework.html b/web/templates/rework.html index f637141..a26eab4 100644 --- a/web/templates/rework.html +++ b/web/templates/rework.html @@ -186,5 +186,5 @@ page: parseInt("{{ page_num }}"), }; - + {% endblock %}