We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63f1695 commit 71b2021Copy full SHA for 71b2021
recastfrontend/templates/base.html
@@ -76,7 +76,7 @@
76
</form>
77
<ul class="nav navbar-nav navbar-right">
78
<!--- current_user -->
79
- {% if current_user and not current_user.is_anonymous() %}
+ {% if current_user and not current_user.is_anonymous %}
80
<!-- current_user and not current_user.is_anonymous() --> <!-- re-check this!! -->
81
<li><a href="{{url_for('profile')}}"><i class="fa fa-user"></i> {{current_user.name()}}</a></li>
82
<li><a href="/logout">(Logout)</a></li>
0 commit comments