aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/templates
diff options
context:
space:
mode:
authorAndrew Browning <ayleph@thisshitistemp.com>2018-04-08 19:49:46 -0400
committerAndrew Browning <ayleph@thisshitistemp.com>2018-04-08 19:49:46 -0400
commit58dce892e1b5335cb32dc5a28616ca63f5062e45 (patch)
treebf6c457a14e70bc43c0fa6c220969136969f09c0 /mediagoblin/templates
parenta35007cc2dfb93a032a3a6fcc891e87c96e5a634 (diff)
downloadmediagoblin-58dce892e1b5335cb32dc5a28616ca63f5062e45.tar.lz
mediagoblin-58dce892e1b5335cb32dc5a28616ca63f5062e45.tar.xz
mediagoblin-58dce892e1b5335cb32dc5a28616ca63f5062e45.zip
Add moderation panel thumbnail header [#5563]
Add moderation panel column header for thumbnail column.
Diffstat (limited to 'mediagoblin/templates')
-rw-r--r--mediagoblin/templates/mediagoblin/moderation/media_panel.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/mediagoblin/templates/mediagoblin/moderation/media_panel.html b/mediagoblin/templates/mediagoblin/moderation/media_panel.html
index 94d4a1a0..e60f5e98 100644
--- a/mediagoblin/templates/mediagoblin/moderation/media_panel.html
+++ b/mediagoblin/templates/mediagoblin/moderation/media_panel.html
@@ -35,6 +35,7 @@
{% if processing_entries.count() %}
<table class="media_panel processing">
<tr>
+ <th>{% trans %}Thumbnail{% endtrans %}</th>
<th>{% trans %}ID{% endtrans %}</th>
<th>{% trans %}User{% endtrans %}</th>
<th>{% trans %}Title{% endtrans %}</th>