diff options
author | Sebastian Spaeth <Sebastian@SSpaeth.de> | 2013-12-12 18:25:29 +0100 |
---|---|---|
committer | Sebastian Spaeth <Sebastian@SSpaeth.de> | 2013-12-12 18:25:29 +0100 |
commit | 0a97e5e16f34b8bfe8c5d34fe4fbc81813fb5677 (patch) | |
tree | 8e3c8df913285c538817f22574e5c1bb115ec2d9 /mediagoblin/templates | |
parent | fcdc976ffd27bc2b93ec8e2997fc0884b2a0b480 (diff) | |
download | mediagoblin-0a97e5e16f34b8bfe8c5d34fe4fbc81813fb5677.tar.lz mediagoblin-0a97e5e16f34b8bfe8c5d34fe4fbc81813fb5677.tar.xz mediagoblin-0a97e5e16f34b8bfe8c5d34fe4fbc81813fb5677.zip |
Remove "Create blog" from admin top bar
This is such a rare event that we do not need a "Create blog" button
in the top navbar. It suffices to have the link on the "blog dashboard"
page. Also, this saves us a hook to run on all pages that we render, basically.
Diffstat (limited to 'mediagoblin/templates')
-rw-r--r-- | mediagoblin/templates/mediagoblin/base.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mediagoblin/templates/mediagoblin/base.html b/mediagoblin/templates/mediagoblin/base.html index 40437653..e71f9d12 100644 --- a/mediagoblin/templates/mediagoblin/base.html +++ b/mediagoblin/templates/mediagoblin/base.html @@ -141,7 +141,6 @@ <a class="button_action" href="{{ request.urlgen('mediagoblin.submit.collection') }}"> {%- trans %}Create new collection{% endtrans -%} </a> - {% template_hook("create_blog_home") %} {% if request.user.has_privilege('admin','moderator') %} <p> <span class="dropdown_title">Moderation powers:</span> |