Skip to content

Commit

Permalink
7380 tips to protect free text (#7576)
Browse files Browse the repository at this point in the history
* tips to protect yourself using richtext field

Co-authored-by: Daniel Miranda <daniel@mozillafoundation.org>
Co-authored-by: Pomax <pomax@nihongoresources.com>
  • Loading branch information
3 people authored and fessehaye committed Oct 20, 2021
1 parent a9adea6 commit 0338082
Showing 1 changed file with 19 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Generated by Django 3.1.11 on 2021-10-07 18:28

from django.db import migrations
import wagtail.core.fields


class Migration(migrations.Migration):

dependencies = [
('wagtailpages', '0041_productpage_time_researched'),
]

operations = [
migrations.AddField(
model_name='productpage',
name='tips_to_protect_yourself',
field=wagtail.core.fields.RichTextField(blank=True),
),
]

0 comments on commit 0338082

Please sign in to comment.