Add media_titleinfo template hook
authorayleph <ayleph@thisshitistemp.com>
Wed, 3 Feb 2016 04:14:57 +0000 (23:14 -0500)
committerAndrew Browning <ayleph@thisshitistemp.com>
Mon, 16 Jan 2017 01:50:34 +0000 (20:50 -0500)
This patch is based on work by cmichi to add a template hook near the
media title section of the page. I rearranged the code in the original
patch to match the current media.html page.

mediagoblin/templates/mediagoblin/user_pages/media.html

index ed3d18429be5732849f528450d60b7842f9c73b3..7278ad6197fdb114dd318cebf700655f25ce60a5 100644 (file)
@@ -75,6 +75,7 @@
     <h2 class="media_title">
       {{ media.title }}
     </h2>
+    {% template_hook("media_titleinfo") %}
     {% if request.user and
           (media.actor == request.user.id or
            request.user.has_privilege('admin')) %}