]> git.ozlabs.org Git - patchwork/blobdiff - templates/base.html
Patchwork now requires Django 1.2, so state that in docs/INSTALL
[patchwork] / templates / base.html
index c6a5b03dbae751d67bd32889699cf05e98c69d3c..e14470e8c4c33feec0059de909777e6a89dcbd98 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 %}
@@ -32,8 +31,6 @@
      <a href="{% url auth_login %}">login</a>
      <br/>
      <a href="{% url registration_register %}">register</a>
-     <br/>
-     <a href="{% url patchwork.views.help path="about/" %}">about</a>
 {% endif %}
    </div>
    <div style="clear: both;"></div>
@@ -46,7 +43,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 %}
      :