]> git.ozlabs.org Git - patchwork/blobdiff - templates/base.html
views/bundle: Allow downloading public bundle as mbox
[patchwork] / templates / base.html
index c6a5b03dbae751d67bd32889699cf05e98c69d3c..6e5b65bf0ffc449ab059171341cca97775b78520 100644 (file)
@@ -13,8 +13,7 @@
   <div id="title">
   <h1 style="float: left;">
      <a
-      href="{% url patchwork.views.projects %}">Patchwork</a><span
-      class="beta">&beta;</span>
+      href="{% url patchwork.views.projects %}">Patchwork</a>
     {% block heading %}{% endblock %}</h1>
   <div id="auth">
 {% if user.is_authenticated %}
      <a href="{% url patchwork.views.bundle.bundles %}">bundles</a>
      <br/>
      <a href="{% url patchwork.views.user.profile %}">profile</a> ::
+{% if user.is_staff %}
+     <a href="{% url admin:index %}">admin</a> ::
+{% endif %}
      <a href="{% url auth_logout %}">logout</a>
 {% else %}
      <a href="{% url auth_login %}">login</a>
      <br/>
-     <a href="{% url registration_register %}">register</a>
+     <a href="{% url patchwork.views.user.register %}">register</a>
      <br/>
-     <a href="{% url patchwork.views.help path="about/" %}">about</a>
+     <a href="{% url patchwork.views.mail.settings %}">mail settings</a>
 {% endif %}
    </div>
    <div style="clear: both;"></div>
@@ -46,7 +48,7 @@
      <a href="{% url patchwork.views.patch.list project_id=project.linkname %}"
       >patches</a>
      :
-     <a href="{% url patchwork.views.project project_id=project.linkname %}"
+     <a href="{% url patchwork.views.project.project project_id=project.linkname %}"
       >project info</a>
     {% if other_projects %}
      :
@@ -75,7 +77,7 @@
 {% endblock %}
   </div>
   <div id="footer">
-   <a href="http://ozlabs.org/~jk/projects/patchwork">patchwork</a>
+   <a href="http://jk.ozlabs.org/projects/patchwork/">patchwork</a>
    patch tracking system
   </div>
  </body>