disable reigstaration button
This commit is contained in:
parent
c9998a02af
commit
6bc9b43f84
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@
|
|||
|
||||
<ul class="nav navbar-nav navbar-right">
|
||||
{% if not current_user.is_authenticated %}
|
||||
<li><a href="{{ url_for('auth.register') }}"><span class="glyphicon glyphicon-pencil"></span> Register</a></li>
|
||||
<!--<li><a href="{{ url_for('auth.register') }}"><span class="glyphicon glyphicon-pencil"></span> Register</a></li>-->
|
||||
<li><a href="{{ url_for('auth.login') }}"><span class="glyphicon glyphicon-lock"></span> Login</a></li>
|
||||
{% else %}
|
||||
{% if current_user.is_administrator() %}
|
||||
|
|
Loading…
Reference in a new issue