Skip to content
Snippets Groups Projects
Select Git revision
  • b44d6ad9c6ca68a868b6fd562fa7458775f06269
  • test default protected
  • master protected
  • original
  • pirati-backup protected
  • beta-2
  • beta-1
  • v3.1.4
  • v3.1.3
  • v3.1.2
  • v3.1.1
  • v3.1.0
  • v3.0.16
  • v3.0.15
  • v3.0.14
  • v3.0.13
  • v3.0.12
  • v3.0.11
  • v3.0.10
  • v3.0.9
  • v3.0.8
  • v3.0.7
  • v3.0.6
  • v3.0.5
  • v3.0.4
25 results

question.html

Blame
  • 0006_czechinspirationalchapterpage_extra_text.py 509 B
    # Generated by Django 3.1.7 on 2021-03-23 05:31
    
    import wagtail.fields
    from django.db import migrations
    
    
    class Migration(migrations.Migration):
        dependencies = [
            ("czech_inspirational", "0005_auto_20210323_0536"),
        ]
    
        operations = [
            migrations.AddField(
                model_name="czechinspirationalchapterpage",
                name="extra_text",
                field=wagtail.fields.RichTextField(
                    blank=True, verbose_name="extra modrý blok"
                ),
            ),
        ]