Skip to content

Commit

Permalink
Merge pull request #333 from simpleigh/base-template-fix
Browse files Browse the repository at this point in the history
Base template fix for incorrect closing tag near userlinks block
  • Loading branch information
darklow committed Mar 13, 2015
2 parents 202a9cf + e278947 commit 8146f44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions suit/templates/admin/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -72,13 +72,13 @@
{% url 'django-admindocs-docroot' as docsroot %}
{% if docsroot %}
<a href="{{ docsroot }}">{% trans 'Documentation' %}</a>
<span class="separator">|</span>
<span class="separator">|</span>
{% endif %}
<a href="{% url 'admin:password_change' %}">{% trans 'Change password' %}</a>
<span class="separator">|</span>
<a href="{% url 'admin:logout' %}">{% trans 'Log out' %}</a>
</span>
{% endblock %}
</span>
</div>
{% endif %}
{% block nav-global %}{% endblock %}
Expand Down

0 comments on commit 8146f44

Please sign in to comment.