aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/patchwork/base.html6
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>