diff options
author | Jeremy Kerr <jk@ozlabs.org> | 2008-08-21 18:15:19 +0800 |
---|---|---|
committer | Jeremy Kerr <jk@ozlabs.org> | 2008-08-21 18:17:23 +0800 |
commit | 6a2a96299d4802cb4fb82891daf6f81ff33ba4e0 (patch) | |
tree | e3ee8b68f7ce4d4bceaec62381b38d1fe2b9f8b7 /templates | |
parent | 99c96d1cbaec2091d9a27777ef49c051fc4d512d (diff) | |
download | patchwork-6a2a96299d4802cb4fb82891daf6f81ff33ba4e0.tar patchwork-6a2a96299d4802cb4fb82891daf6f81ff33ba4e0.tar.gz |
No help for now.
Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
Diffstat (limited to 'templates')
-rw-r--r-- | templates/patchwork/base.html | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/templates/patchwork/base.html b/templates/patchwork/base.html index e7117fc..233ce97 100644 --- a/templates/patchwork/base.html +++ b/templates/patchwork/base.html @@ -24,14 +24,16 @@ <a href="{% url patchwork.views.user.profile %}">profile</a> :: <a href="{% url patchwork.views.user.todo_lists %}">todo ({{ user.get_profile.n_todo_patches }})</a><br/> - <a href="{% url patchwork.views.user.logout %}">logout</a> :: - <a href="/help/">help</a> + <a href="{% url patchwork.views.user.logout %}">logout</a><!-- :: + <a href="/help/">help</a> --> {% else %} <a href="{% url patchwork.views.user.login %}">login</a> <br/> <a href="{% url patchwork.views.user.register %}">register</a> + <!-- <br/> <a href="/help/">help</a> + --> {% endif %} </div> <div style="clear: both;"></div> |