mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-04-21 23:24:45 +00:00
update JadeFormPage migration with new help text
This commit is contained in:
parent
16953c79f3
commit
2b04ff9ba7
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ class Migration(migrations.Migration):
|
|||
name='JadeFormPage',
|
||||
fields=[
|
||||
('page_ptr', models.OneToOneField(auto_created=True, on_delete=django.db.models.deletion.CASCADE, parent_link=True, primary_key=True, serialize=False, to='wagtailcore.Page')),
|
||||
('to_address', models.CharField(blank=True, help_text='Optional - form submissions will be emailed to this address', max_length=255, verbose_name='to address')),
|
||||
('to_address', models.CharField(blank=True, help_text='Optional - form submissions will be emailed to these addresses. Separate multiple addresses by comma.', max_length=255, verbose_name='to address')),
|
||||
('from_address', models.CharField(blank=True, max_length=255, verbose_name='from address')),
|
||||
('subject', models.CharField(blank=True, max_length=255, verbose_name='subject')),
|
||||
],
|
||||
|
|
|
|||
Loading…
Reference in a new issue