From e388c13ff66e64e4266cdb216eca98970c6a8651 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Marek=20St=C4=99pniowski?= Date: Fri, 5 Sep 2008 11:44:46 +0200 Subject: [PATCH] Added fragment_short.html to repository. --- templates/catalogue/fragment_short.html | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 templates/catalogue/fragment_short.html diff --git a/templates/catalogue/fragment_short.html b/templates/catalogue/fragment_short.html new file mode 100644 index 000000000..a05ba4586 --- /dev/null +++ b/templates/catalogue/fragment_short.html @@ -0,0 +1,20 @@ +
+ {#
#} + {# Półki #} + {#
#} + {% if fragment.short_text %} +
+ {{ fragment.short_text|safe }} + ↓ Rozwiń fragment ↓ +
+ {% endif %} +
+ {{ fragment.text|safe }} + {% if fragment.short_text %} + ↑ Zwiń fragment ↑ + {% endif %} +
+ +
-- 2.20.1