summaryrefslogtreecommitdiff
path: root/sublab_project/news/templates/news/news_list.html
diff options
context:
space:
mode:
Diffstat (limited to 'sublab_project/news/templates/news/news_list.html')
-rw-r--r--sublab_project/news/templates/news/news_list.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/sublab_project/news/templates/news/news_list.html b/sublab_project/news/templates/news/news_list.html
index ea46320..52ded72 100644
--- a/sublab_project/news/templates/news/news_list.html
+++ b/sublab_project/news/templates/news/news_list.html
@@ -6,7 +6,10 @@
<h3 id="{{ post.slug }}">
<a href="{{ post.get_absolute_url }}">{{ post.date_updated|date }} - {{ post.title }}</a>
</h3>
- <p>{{ post.content_html|safe }}</p>
+ <p>
+ {% if post.image %}<img src="{{ MEDIA_URL }}{{ post.image }}" width="{{ post.image_width }}" height="{{ post.image_height }}" align="right" />{% endif %}
+ {{ post.content_html|safe }}
+ </p>
{% endfor %}
{% if is_paginated %}
<p>