diff options
author | Jeremy Kerr <jk@ozlabs.org> | 2011-03-28 17:32:31 +0800 |
---|---|---|
committer | Jeremy Kerr <jk@ozlabs.org> | 2011-03-30 11:35:24 +0800 |
commit | 88e77da6413f137488da91a3f1ab1a67b261cfb4 (patch) | |
tree | e105fb7015ef98e8157c64897eb2e4f0685e4d21 /templates | |
parent | e653db155cdb671d6ab1c52492fd37b9f80cb805 (diff) | |
download | patchwork-88e77da6413f137488da91a3f1ab1a67b261cfb4.tar patchwork-88e77da6413f137488da91a3f1ab1a67b261cfb4.tar.gz |
templates: remove redundant 'about' link from main nav
We have a link to the about page right below.
Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
Diffstat (limited to 'templates')
-rw-r--r-- | templates/base.html | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/templates/base.html b/templates/base.html index ec0204d..e14470e 100644 --- a/templates/base.html +++ b/templates/base.html @@ -31,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> |