X-Git-Url: https://git.ozlabs.org/?p=patchwork;a=blobdiff_plain;f=templates%2Fbase.html;h=72dab3424f8662b585d303ca4b8281384996f706;hp=787433f15e13d8ac2960756fee1a9f820516acb5;hb=HEAD;hpb=2894c4aeec566cb678a331f44f3d981c09c7d90c diff --git a/templates/base.html b/templates/base.html index 787433f..72dab34 100644 --- a/templates/base.html +++ b/templates/base.html @@ -1,41 +1,42 @@ -{% 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 :: + profile :: {% if user.is_staff %} - admin :: + admin :: {% endif %} - logout + logout {% else %} - login + login
- register + register
- mail settings + mail settings {% endif %}
@@ -45,23 +46,23 @@ {% if project %} Project: {{ project.linkname }} : - patches : - project info {% if other_projects %} : - other projects {% endif %} {% else %} - project list {% endif %}
@@ -77,7 +78,7 @@ {% endblock %}