X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=templates%2Fbase.html;h=c2053d467a94a53b8c65678ba1857e77d0a21337;hb=8766d4ebc4f742d4d396f5046f6ecfdfd19f73e8;hp=c6a5b03dbae751d67bd32889699cf05e98c69d3c;hpb=e43db080161c69c5497f4fb153628dc50c22cd62;p=patchwork diff --git a/templates/base.html b/templates/base.html index c6a5b03..c2053d4 100644 --- a/templates/base.html +++ b/templates/base.html @@ -1,39 +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
- 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 %}