aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortilly-Q <nattilypigeonfowl@gmail.com>2014-04-29 12:44:21 -0400
committertilly-Q <nattilypigeonfowl@gmail.com>2014-04-29 12:44:21 -0400
commitb55b1ad4ad05177e47913e5ba070994ad3b3b654 (patch)
tree5a2e014db4a558339383c1683c4db8441c1d2f42
parente36bb0ee18e1209b747aab4ea4d2539872fd694f (diff)
downloadmediagoblin-b55b1ad4ad05177e47913e5ba070994ad3b3b654.tar.lz
mediagoblin-b55b1ad4ad05177e47913e5ba070994ad3b3b654.tar.xz
mediagoblin-b55b1ad4ad05177e47913e5ba070994ad3b3b654.zip
Added new template hooks to allow for plugin-added moderation powers
-rw-r--r--mediagoblin/templates/mediagoblin/base.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/mediagoblin/templates/mediagoblin/base.html b/mediagoblin/templates/mediagoblin/base.html
index b4c7eb8b..28b9c63c 100644
--- a/mediagoblin/templates/mediagoblin/base.html
+++ b/mediagoblin/templates/mediagoblin/base.html
@@ -165,6 +165,7 @@
<a href="{{ request.urlgen('mediagoblin.moderation.reports') }}">
{%- trans %}Report management panel{% endtrans -%}
</a>
+ {% template_hook("moderation_powers") %}
</p>
{% endif %}
{% include 'mediagoblin/fragments/header_notifications.html' %}