Skip to content
Snippets Groups Projects

hotfix

Merged Alexa Valentová requested to merge feat/future-calendars into test
2 files
+ 28
2
Compare changes
  • Side-by-side
  • Inline
Files
2
# Generated by Django 5.0.7 on 2025-03-26 06:34
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('uniweb', '0134_uniwebhomepage_fbevents_id'),
]
operations = [
migrations.AddField(
model_name='uniwebformpage',
name='subscribe_to_ecomail',
field=models.BooleanField(default=False, verbose_name='Automaticky odebírat vyplněné údaje do Ecomail NL?'),
),
]
Loading