From b0f0f4a1be276f4d52695e2990a8f73a5cf158d1 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Fri, 17 Sep 2021 11:33:56 +0200 Subject: [PATCH] fd --- files/routes/awards.py | 1 + files/templates/shop.html | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/files/routes/awards.py b/files/routes/awards.py index f6d103ff51..635e3eee83 100644 --- a/files/routes/awards.py +++ b/files/routes/awards.py @@ -7,6 +7,7 @@ from files.classes.award import * from flask import g, request @app.get("/shop") +@app.get("/settings/shop") @auth_required def shop(v): if site_name == "Drama": diff --git a/files/templates/shop.html b/files/templates/shop.html index 690382d34b..70970420c5 100644 --- a/files/templates/shop.html +++ b/files/templates/shop.html @@ -1,4 +1,4 @@ -{% extends "default.html" %} +{% extends "settings.html" %} {% block title %} Shop