Skip to content
Snippets Groups Projects
Select Git revision
  • c6a14c06bdc531f8fd6b9a1442a4973bd0d2c154
  • ui_koalicni default
  • ui_styleguide protected
3 results

table.pcss

Blame
  • 0025_auto_20211119_1708.py 885 B
    # Generated by Django 3.2.8 on 2021-11-19 16:08
    
    from django.db import migrations, models
    
    
    class Migration(migrations.Migration):
        dependencies = [
            ("district", "0024_alter_districtelectionpointpage_list_image"),
        ]
    
        operations = [
            migrations.AddField(
                model_name="districthomepage",
                name="election_countdown_datetime",
                field=models.DateTimeField(
                    blank=True,
                    help_text="Pro skrytí nechte nevyplněné",
                    null=True,
                    verbose_name="Datum a čas pro odpočet do voleb",
                ),
            ),
            migrations.AddField(
                model_name="districthomepage",
                name="show_calendar_on_hp",
                field=models.BooleanField(
                    default=True, verbose_name="Zobrazit kalendář dole na homepage"
                ),
            ),
        ]