diff --git a/files/routes/static.py b/files/routes/static.py index f0e2417d8b..a6802d2181 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 6c5727b3cd..f353763646 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 dd46b9b868..0000000000 --- a/files/templates/svelte.html +++ /dev/null @@ -1,3 +0,0 @@ - -fuck yes -
\ No newline at end of file