summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorGuilherme Salgado <guilherme.salgado@linaro.org>2011-06-09 17:53:51 -0300
committerGuilherme Salgado <guilherme.salgado@linaro.org>2011-06-09 17:53:51 -0300
commit091c3eae165a87fb9d6581b7d577028a9c440353 (patch)
treea13a2f9d6fa0c8008afa583e57186727f92514ac /templates
parent8dd0ce0d2a39d2f1541cc722bfff076a43ff603b (diff)
Remove the register link from the base template and update docs to mention setting LOGIN_REDIRECT_URL
Diffstat (limited to 'templates')
-rw-r--r--templates/base.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/base.html b/templates/base.html
index 9892018..8f348e5 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -28,9 +28,9 @@
<a href="{% url patchwork.views.user.profile %}">profile</a> ::
<a href="{% url auth_logout %}">logout</a>
{% else %}
+ <br/>
<a href="{{ login_url }}">login</a>
<br/>
- <a href="{{ register_url }}">register</a>
{% endif %}
</div>
<div style="clear: both;"></div>