X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=templates%2Fbase.html;h=56091b4545161de508e969f32a5ca7eef2a19d21;hb=f49c72da5545f2da49dd83d9ec54fe232cf60360;hp=1bac4a90c54fbdd1fbed02ac88ac5fbe7c55ad6b;hpb=70e029436057b8a734c2b943ab2de8069b1fbd6a;p=patchwork diff --git a/templates/base.html b/templates/base.html index 1bac4a9..56091b4 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 + 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 %}