Various fixes for views to use more standard approach

This commit is contained in:
2011-07-19 11:50:54 +01:00
parent aa637553ff
commit 4029aab77d
2 changed files with 40 additions and 44 deletions

View File

@@ -14,7 +14,7 @@
</div>
<div id="navigation">
<ul>
{% if request.user %}
{% if user %}
<li><a href="{% url sso.views.profile %}">Profile</a></li>
{% if "groups"|installed %}
<li><a href="{% url groups.views.group_list %}">Groups</a></li>