diff --git a/files/routes/awards.py b/files/routes/awards.py index f6d103ff5..635e3eee8 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 690382d34..70970420c 100644 --- a/files/templates/shop.html +++ b/files/templates/shop.html @@ -1,4 +1,4 @@ -{% extends "default.html" %} +{% extends "settings.html" %} {% block title %} Shop