-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Modified FAQ field to have rich text
- Loading branch information
Giovanni Di Milia
committed
Jun 29, 2016
1 parent
080fdeb
commit 0bad788
Showing
2 changed files
with
22 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# -*- coding: utf-8 -*- | ||
# Generated by Django 1.9.7 on 2016-06-29 16:12 | ||
from __future__ import unicode_literals | ||
|
||
from django.db import migrations | ||
import wagtail.wagtailcore.fields | ||
|
||
|
||
class Migration(migrations.Migration): | ||
|
||
dependencies = [ | ||
('cms', '0013_programpage_thumbnail_image'), | ||
] | ||
|
||
operations = [ | ||
migrations.AlterField( | ||
model_name='frequentlyaskedquestion', | ||
name='answer', | ||
field=wagtail.wagtailcore.fields.RichTextField(), | ||
), | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters