From dbb024f53afc1470101d215f5f16b56ca1696fd7 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Thu, 16 Sep 2021 16:30:40 +0200 Subject: [PATCH] fd --- files/routes/static.py | 4 --- files/templates/submit.html | 65 +++---------------------------------- files/templates/svelte.html | 3 -- 3 files changed, 4 insertions(+), 68 deletions(-) delete mode 100644 files/templates/svelte.html diff --git a/files/routes/static.py b/files/routes/static.py index f0e2417d8..a6802d218 100644 --- a/files/routes/static.py +++ b/files/routes/static.py @@ -8,10 +8,6 @@ from os import path site = environ.get("DOMAIN").strip() site_name = environ.get("SITE_NAME").strip() -@app.route("/svelte") -def svelte(): - return render_template('svelte.html') - @app.get('/rules') @auth_desired def static_rules(v): diff --git a/files/templates/submit.html b/files/templates/submit.html index 6c5727b3c..f35376364 100644 --- a/files/templates/submit.html +++ b/files/templates/submit.html @@ -4,8 +4,6 @@ {% include "bootstrap.html" %} - - diff --git a/files/templates/svelte.html b/files/templates/svelte.html deleted file mode 100644 index dd46b9b86..000000000 --- a/files/templates/svelte.html +++ /dev/null @@ -1,3 +0,0 @@ - -fuck yes -
\ No newline at end of file