aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Allan Webber <cwebber@dustycloud.org>2013-10-24 22:42:40 -0500
committerChristopher Allan Webber <cwebber@dustycloud.org>2013-10-24 22:42:40 -0500
commitea281d2480f584837e0294e1045e26d59e0b8295 (patch)
treee0d3017e5c2b8c4c28fcbb5f5403480519b2c476
parentf1bf5ccdd89658cb50ae04368f71ccbf4d5a6ac3 (diff)
downloadmediagoblin-ea281d2480f584837e0294e1045e26d59e0b8295.tar.lz
mediagoblin-ea281d2480f584837e0294e1045e26d59e0b8295.tar.xz
mediagoblin-ea281d2480f584837e0294e1045e26d59e0b8295.zip
Removing duplicate terms of service link in the header.
My bad! Since I moved it to the footer ;) This commit sponsored by Sebastian Tennant. Thanks!
-rw-r--r--mediagoblin/templates/mediagoblin/base.html3
1 files changed, 0 insertions, 3 deletions
diff --git a/mediagoblin/templates/mediagoblin/base.html b/mediagoblin/templates/mediagoblin/base.html
index c7ed6d8e..8c9eaeb2 100644
--- a/mediagoblin/templates/mediagoblin/base.html
+++ b/mediagoblin/templates/mediagoblin/base.html
@@ -156,9 +156,6 @@
</a>
</p>
{% endif %}
- <p class="fine_print">
- <a href="{{ request.urlgen('terms_of_service') }}">Terms of Service</a>
- </p>
{% include 'mediagoblin/fragments/header_notifications.html' %}
</div>
{% endif %}