]> git.ozlabs.org Git - patchwork/blobdiff - templates/base.html
pwclient: Add a little more space in 'pwclient list'
[patchwork] / templates / base.html
index d3b8e6776690471e7bb2941bfbe95da0fb4da7af..6e5b65bf0ffc449ab059171341cca97775b78520 100644 (file)
@@ -26,6 +26,9 @@
      <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>
@@ -74,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>