Fix migrations and article_content tag

This commit is contained in:
Oleg Lavrovsky 2017-04-24 18:13:35 +02:00
parent b9a475c817
commit 865840fb8a
2 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
# Generated by Django 1.10.7 on 2017-04-21 13:13
# Generated by Django 1.10.7 on 2017-04-24 16:11
from __future__ import unicode_literals
from django.db import migrations, models
@ -9,6 +9,7 @@ import django.db.models.deletion
class Migration(migrations.Migration):
dependencies = [
('wagtailcore', '0033_auto_20170424_1809'),
('home', '0014_auto_20170421_1426'),
]

View File

@ -1,3 +1,5 @@
{% load wagtailcore_tags wagtailimages_tags %}
{% if page.feed_image %}
<div class="image">
{% image page.feed_image fill-940x400 class="img-responsive" %}