From: Elrond Date: Mon, 14 Nov 2011 17:39:18 +0000 (+0100) Subject: Dot-Notation for MediaEntry.created X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=0547843020643febbdcbfa33377fd48f92c568c8;p=mediagoblin.git Dot-Notation for MediaEntry.created --- 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 %} {{ media_entry['title'] }} - {{ media_entry['created'].strftime("%m-%d-%Y %I:%M %p") }} + {{ media_entry.created.strftime("%m-%d-%Y %I:%M %p") }} {% endfor %}