cas
[prawokultury.git] / migdal / templates / migdal / entry / info / entry_begin.html
index dd8de2b..e9eae95 100755 (executable)
@@ -1,4 +1,5 @@
 {% load i18n %}
+{% load thumbnail %}
 
 {% if detail %}
     <h1>{{ object.title }}</h1>
@@ -7,6 +8,7 @@
 {% endif %}
 
 
+{% comment %}
 <div class="entry-data">
 {% if request.LANGUAGE_CODE == 'pl' %}
     {% if object.published_en %}
     {% endlanguage %}
 {% endif %}
 </div>
+{% endcomment %}
 
 
 {% if object.image %}
-    <img class="entry-picture" src="{{ object.image.url }}" />
+    <img class="entry-picture" src="{% thumbnail object.image "250x300" as thumb %}
+                    {{ thumb.url }}
+                {% empty %}
+                    {{ object.image.url }}
+                {% endthumbnail %}" />
 {% endif %}
 <div class="lead">
 {{ object.lead }}