X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;ds=sidebyside;f=templates%2Fbase.html;h=3d289fb226b21c279523719f1ccc33d533aec1b0;hb=c1c3f73c0a98996e1347353864e9367ac69edf33;hp=e14470e8c4c33feec0059de909777e6a89dcbd98;hpb=88e77da6413f137488da91a3f1ab1a67b261cfb4;p=patchwork diff --git a/templates/base.html b/templates/base.html index e14470e..3d289fb 100644 --- a/templates/base.html +++ b/templates/base.html @@ -1,36 +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 :: - logout + profile :: +{% if user.is_staff %} + admin :: +{% endif %} + logout {% else %} - login + login +
+ register
- register + mail settings {% endif %}
@@ -40,23 +46,23 @@ {% if project %} Project: {{ project.linkname }} : - patches : - project info {% if other_projects %} : - other projects {% endif %} {% else %} - project list {% endif %}
@@ -72,7 +78,7 @@ {% endblock %}