X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=templates%2Fbase.html;h=f04d6e1e781df5b15a4d1fc227d56a0f880068ae;hb=a48f76a2d3a98c21d4b37f19cf84073e77db55c8;hp=d3b8e6776690471e7bb2941bfbe95da0fb4da7af;hpb=75d8cf966034e673afe0077ba393d8b2eb3e9b93;p=patchwork diff --git a/templates/base.html b/templates/base.html index d3b8e67..f04d6e1 100644 --- a/templates/base.html +++ b/templates/base.html @@ -13,26 +13,29 @@

Patchwork + href="{% url 'patchwork.views.projects' %}">Patchwork {% block heading %}{% endblock %}

{% if user.is_authenticated %} Logged in as - {{ user.username }}
- todo - ({{ user.get_profile.n_todo_patches }}) :: - bundles + todo + ({{ user.profile.n_todo_patches }}) :: + bundles
- profile :: - logout + profile :: +{% if user.is_staff %} + admin :: +{% endif %} + logout {% else %} - login + login
- register + register
- mail settings + mail settings {% endif %}
@@ -42,23 +45,23 @@ {% if project %} Project: {{ project.linkname }} : - patches : - project info {% if other_projects %} : - other projects {% endif %} {% else %} - project list {% endif %}
@@ -74,7 +77,7 @@ {% endblock %}