spaces -> tabs

This commit is contained in:
JensDiemer 2015-02-21 13:16:18 +01:00
parent 8582e8483d
commit 20fab2b084
2 changed files with 2 additions and 2 deletions

View file

@ -5,7 +5,7 @@
<header>
<h3><a href="{{ post.get_absolute_url }}">{{ post.title }}</a></h3>
{% block blog_meta %}
{% include "djangocms_blog/includes/blog_meta.html" %}
{% include "djangocms_blog/includes/blog_meta.html" %}
{% endblock %}
</header>
{% if image and post.main_image %}

View file

@ -12,7 +12,7 @@
<header>
<h2>{% render_model post "title" %}</h2>
{% block blog_meta %}
{% include "djangocms_blog/includes/blog_meta.html" %}
{% include "djangocms_blog/includes/blog_meta.html" %}
{% endblock %}
</header>
{% if post.main_image_id %}