put shell back
parent
2bdadcaded
commit
c455aa4774
|
@ -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)
|
||||
|
|
|
@ -48,7 +48,7 @@
|
|||
</nav>
|
||||
<ul id="nav-mobile" class="side-nav fixed">
|
||||
|
||||
{% if config.competition_is_running() or session.admin %}
|
||||
{% if config.competition_has_started() or session.admin %}
|
||||
{% if logged_in %}
|
||||
<li><a href="{{ url_for('challenges.index') }}">
|
||||
<div class="side-icon"><i class="material-icons blue-text">flag</i></div>
|
||||
|
|
Loading…
Reference in New Issue