X-Git-Url: https://git.ozlabs.org/?p=patchwork;a=blobdiff_plain;f=templates%2Fbase.html;h=56091b4545161de508e969f32a5ca7eef2a19d21;hp=216797f32008df210b40169067384c1aa481fb76;hb=3d74843a8982926ab4ce310ed937a4f41ee36810;hpb=b42a41ecb729b0e4a6edb1ae47c555207dbc6214 diff --git a/templates/base.html b/templates/base.html index 216797f..56091b4 100644 --- a/templates/base.html +++ b/templates/base.html @@ -13,27 +13,29 @@

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

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