X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=templates%2Fbase.html;h=c2053d467a94a53b8c65678ba1857e77d0a21337;hb=8766d4ebc4f742d4d396f5046f6ecfdfd19f73e8;hp=9e80dcad92e82e1b3b85c57b139780de2c622c61;hpb=c2c6a408c7764fa29389ce160f52776c9308d50a;p=patchwork diff --git a/templates/base.html b/templates/base.html index 9e80dca..c2053d4 100644 --- a/templates/base.html +++ b/templates/base.html @@ -1,36 +1,41 @@ -{% load pwurl %} {% block title %}Patchwork{% endblock %} - Patchwork - - + + {% block headers %}{% endblock %}

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 {% endif %}
@@ -40,23 +45,23 @@ {% if project %} Project: {{ project.linkname }} : - patches : - project info {% if other_projects %} : - other projects {% endif %} {% else %} - project list {% endif %}
@@ -72,7 +77,7 @@ {% endblock %}