Skip to content

Commit

Permalink
Fixed typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
gentlecat committed Jan 4, 2015
1 parent 317b86e commit e98a723
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions critiquebrainz/frontend/templates/navbar.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="cb-navbar-collapse">
{% if not error %} {# Not showing this stuff on error pages. If attempt to load user info failes there, page will not render. #}
{% if not error %} {# Not showing this stuff on error pages. If attempt to load user info fails there, page will not render. #}
<ul class="nav navbar-nav">
{% if not current_user or current_user.is_anonymous() %}
<li><a href="{{ url_for('login.index') }}">{{ _('Sign in') }}</a></li>
Expand Down Expand Up @@ -48,4 +48,4 @@
</form>
</div>
</div>
</nav>
</nav>

0 comments on commit e98a723

Please sign in to comment.