diff options
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> |