# HG changeset patch # User ymh # Date 1429204857 -7200 # Node ID c386c113ffb7267b5249eb07ca91e31a876d7e51 # Parent 7eef5c1eee8c411655f8a4ce804c358be0db7c9f another place where embed_iframe must be replaced diff -r 7eef5c1eee8c -r c386c113ffb7 src/metadatacomposer/templates/metadatacomposer_project_list.html --- a/src/metadatacomposer/templates/metadatacomposer_project_list.html Thu Apr 16 16:16:08 2015 +0200 +++ b/src/metadatacomposer/templates/metadatacomposer_project_list.html Thu Apr 16 19:20:57 2015 +0200 @@ -35,7 +35,7 @@ {% thumbnail p.image "60x60" crop="center" format="PNG" as im %}{% empty %}{% endthumbnail %} {{ p.title }} - {% with c=p.contents.all|first %}{{ c.title }}{% endwith %} + {% with c=p.contents.all|first %}{{ c.title }}{% endwith %} {{ p.modification_date|date:"Y/m/d" }}