diff --git a/app.py b/app.py index c2bf01c..a4c84fa 100644 --- a/app.py +++ b/app.py @@ -728,6 +728,7 @@ def index(): @app.route("/with_replies") +@login_required def with_replies(): q = { "box": Box.OUTBOX.value, diff --git a/templates/header.html b/templates/header.html index 1d00568..388045c 100644 --- a/templates/header.html +++ b/templates/header.html @@ -13,7 +13,8 @@