X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=templates%2Fbase.html;h=c2053d467a94a53b8c65678ba1857e77d0a21337;hb=976a08c512715a3524548f606da97da1ca3b1f1a;hp=0bac4f1e846023ac73d5d1858419ed377a3fb907;hpb=699d2dd39f482ef97fb96d79fb3b65e66768368d;p=patchwork diff --git a/templates/base.html b/templates/base.html index 0bac4f1..c2053d4 100644 --- a/templates/base.html +++ b/templates/base.html @@ -1,41 +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 :: + profile :: {% if user.is_staff %} - admin :: + admin :: {% endif %} - logout + logout {% else %} - login + login
- register + register
- mail settings + mail settings {% endif %}
@@ -45,23 +45,23 @@ {% if project %} Project: {{ project.linkname }} : - patches : - project info {% if other_projects %} : - other projects {% endif %} {% else %} - project list {% endif %}
@@ -77,7 +77,7 @@ {% endblock %}