From 48ea8260808c6d2a04883108617bcc635c2e6301 Mon Sep 17 00:00:00 2001 From: Marcin Koziej Date: Tue, 17 Dec 2013 09:26:01 +0100 Subject: [PATCH] orphaned! --- .../templates/picture/picturearea_short.html | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 apps/picture/templates/picture/picturearea_short.html diff --git a/apps/picture/templates/picture/picturearea_short.html b/apps/picture/templates/picture/picturearea_short.html new file mode 100644 index 000000000..4fa97817d --- /dev/null +++ b/apps/picture/templates/picture/picturearea_short.html @@ -0,0 +1,17 @@ +{% load i18n %} +{% load picture_tags %} +{% load catalogue_tags %} + +
+
+ +
+ {% with area.picture as picture %} +
+
+ {% book_title_html picture %} +
+
+
+ {% endwith %} +
-- 2.20.1