Skip to content

Commit 71b2021

Browse files
committed
base
1 parent 63f1695 commit 71b2021

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

recastfrontend/templates/base.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
</form>
7777
<ul class="nav navbar-nav navbar-right">
7878
<!--- current_user -->
79-
{% if current_user and not current_user.is_anonymous() %}
79+
{% if current_user and not current_user.is_anonymous %}
8080
<!-- current_user and not current_user.is_anonymous() --> <!-- re-check this!! -->
8181
<li><a href="{{url_for('profile')}}"><i class="fa fa-user"></i>&nbsp; {{current_user.name()}}</a></li>
8282
<li><a href="/logout">(Logout)</a></li>

0 commit comments

Comments
 (0)