aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/templates
diff options
context:
space:
mode:
authorElrond <elrond+mediagoblin.org@samba-tng.org>2011-11-14 18:39:18 +0100
committerElrond <elrond+mediagoblin.org@samba-tng.org>2011-12-05 21:08:58 +0100
commit0547843020643febbdcbfa33377fd48f92c568c8 (patch)
treeafe6491d52568266427caa233a77c4a6418f5fc7 /mediagoblin/templates
parent4ec5717a173803e6ccebf7fced1e5127c8b52caa (diff)
downloadmediagoblin-0547843020643febbdcbfa33377fd48f92c568c8.tar.lz
mediagoblin-0547843020643febbdcbfa33377fd48f92c568c8.tar.xz
mediagoblin-0547843020643febbdcbfa33377fd48f92c568c8.zip
Dot-Notation for MediaEntry.created
Diffstat (limited to 'mediagoblin/templates')
-rw-r--r--mediagoblin/templates/mediagoblin/user_pages/processing_panel.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/mediagoblin/templates/mediagoblin/user_pages/processing_panel.html b/mediagoblin/templates/mediagoblin/user_pages/processing_panel.html
index 9b4adeb5..307a0027 100644
--- a/mediagoblin/templates/mediagoblin/user_pages/processing_panel.html
+++ b/mediagoblin/templates/mediagoblin/user_pages/processing_panel.html
@@ -37,7 +37,7 @@
{% for media_entry in processing_entries %}
<tr>
<td>{{ media_entry['title'] }}</td>
- <td>{{ media_entry['created'].strftime("%m-%d-%Y %I:%M %p") }}</td>
+ <td>{{ media_entry.created.strftime("%m-%d-%Y %I:%M %p") }}</td>
<td></td>
</tr>
{% endfor %}