From c455aa47741f3d6e78a6f460b25c1a53616ee923 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?James=20Sigur=C3=B0arson?= Date: Sun, 28 Aug 2016 01:32:21 +0000 Subject: [PATCH] put shell back --- routes/shell.py | 2 +- templates/base.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/routes/shell.py b/routes/shell.py index 2809e7a..857d5dc 100644 --- a/routes/shell.py +++ b/routes/shell.py @@ -9,7 +9,7 @@ shell = Blueprint("shell", __name__, template_folder="../templates/shell") @shell.route('/shell/') @decorators.must_be_allowed_to("access shell") -@decorators.competition_running_required +@decorators.competition_started_required @decorators.confirmed_email_required def index(): account = ssh.get_team_account(g.team) diff --git a/templates/base.html b/templates/base.html index 2fed315..7cab527 100644 --- a/templates/base.html +++ b/templates/base.html @@ -48,7 +48,7 @@