clean up a bit

This commit is contained in:
bkfox
2016-05-25 13:26:05 +02:00
parent 14e9994a79
commit fb659c2c30
15 changed files with 130 additions and 322 deletions

View File

@ -1,4 +1,4 @@
{% extends embed|yesno:"aircox/cms/base_content.html,aircox/cms/base_site.html" %}
{% extends "aircox/cms/website.html" %}
{% load i18n %}
{% load thumbnail %}
@ -23,7 +23,7 @@
</time>
{% endif %}
{% if 'image' in view.fields %}
{% if 'image' in view.fields and post.image %}
<img src="{% thumbnail post.image view.icon_size crop %}" class="post_image">
{% endif %}