X-Git-Url: https://git.ozlabs.org/?p=patchwork;a=blobdiff_plain;f=templates%2Fbase.html;h=d3b8e6776690471e7bb2941bfbe95da0fb4da7af;hp=df668aa27fed5f7522b5a7832fd1740a6680fc7a;hb=18986b7edf33b22e6bf3b4023dfcc12a0c78fb65;hpb=f1e089f7736ac8f7b9af784461350c4c169211ad diff --git a/templates/base.html b/templates/base.html index df668aa..d3b8e67 100644 --- a/templates/base.html +++ b/templates/base.html @@ -1,19 +1,19 @@ -{% load pwurl %} - {% block title %}Patchwork{% endblock %} - Patchwork + {% block headers %}{% endblock %}

Patchworkβ + href="{% url patchwork.views.projects %}">Patchwork {% block heading %}{% endblock %}

{% if user.is_authenticated %} @@ -21,41 +21,46 @@ {{ user.username }}
- profile :: todo - ({{ user.get_profile.n_todo_patches }})
- logout + ({{ user.get_profile.n_todo_patches }}) :: + bundles +
+ profile :: + logout {% else %} login
- register - + mail settings {% endif %}
{% if messages %}