summaryrefslogtreecommitdiffstats
path: root/templates/base.html
diff options
context:
space:
mode:
authorJeremy Kerr <jk@ozlabs.org>2009-04-02 17:23:45 +1100
committerJeremy Kerr <jk@ozlabs.org>2009-04-05 20:02:26 +1000
commitb42a41ecb729b0e4a6edb1ae47c555207dbc6214 (patch)
tree29fcb1ecc3640eac99a39acc86f507647e2cca5d /templates/base.html
parente7b2910d415f9bbba3cd7b7ab1b720bce54a86c6 (diff)
downloadpatchwork-b42a41ecb729b0e4a6edb1ae47c555207dbc6214.tar.bz2
patchwork-b42a41ecb729b0e4a6edb1ae47c555207dbc6214.tar.xz
views: separate project views into separate file
Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
Diffstat (limited to 'templates/base.html')
-rw-r--r--templates/base.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/base.html b/templates/base.html
index c6a5b03..216797f 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -46,7 +46,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 %}
: