Added new template hooks to allow for plugin-added moderation powers
authortilly-Q <nattilypigeonfowl@gmail.com>
Tue, 29 Apr 2014 16:44:21 +0000 (12:44 -0400)
committertilly-Q <nattilypigeonfowl@gmail.com>
Tue, 29 Apr 2014 16:44:21 +0000 (12:44 -0400)
mediagoblin/templates/mediagoblin/base.html

index b4c7eb8bc1873756ec7ca81760838e8dbf765e1e..28b9c63c4b4d47ad7e37c96fccb31625b6d5d937 100644 (file)
                     <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' %}