diff options
author | Rodrigo Rodrigues da Silva <rsilva@metamaquina.com.br> | 2014-06-05 17:07:25 -0300 |
---|---|---|
committer | Christopher Allan Webber <cwebber@dustycloud.org> | 2014-06-10 11:49:41 -0500 |
commit | 33ee70f9b0a73cd1a9340152d33850358f49a699 (patch) | |
tree | 6a7c9d718d426bf4c2b27c271486767293fdac6f | |
parent | eb7f69ac30a56fea664519b91788b3a98a598780 (diff) | |
download | mediagoblin-33ee70f9b0a73cd1a9340152d33850358f49a699.tar.lz mediagoblin-33ee70f9b0a73cd1a9340152d33850358f49a699.tar.xz mediagoblin-33ee70f9b0a73cd1a9340152d33850358f49a699.zip |
Adding a template hook to the dropdown header
-rw-r--r-- | mediagoblin/templates/mediagoblin/base.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mediagoblin/templates/mediagoblin/base.html b/mediagoblin/templates/mediagoblin/base.html index 28b9c63c..ffc471d2 100644 --- a/mediagoblin/templates/mediagoblin/base.html +++ b/mediagoblin/templates/mediagoblin/base.html @@ -151,6 +151,7 @@ <a class="button_action" href="{{ request.urlgen('mediagoblin.submit.collection') }}"> {%- trans %}Create new collection{% endtrans -%} </a> + {% template_hook("header_dropdown_buttons") %} {% if request.user.has_privilege('admin','moderator') %} <p> <span class="dropdown_title">Moderation powers:</span> |