diff --git a/uniweb/migrations/0042_uniwebhomepage_hide_footer_uniwebhomepage_logo.py b/uniweb/migrations/0044_uniwebhomepage_hide_footer_uniwebhomepage_logo.py similarity index 85% rename from uniweb/migrations/0042_uniwebhomepage_hide_footer_uniwebhomepage_logo.py rename to uniweb/migrations/0044_uniwebhomepage_hide_footer_uniwebhomepage_logo.py index 1c156e75ca5690409497eb1337ddc7ef32d267df..22fa667ab20e0bee249a6670856ae4efee066b51 100644 --- a/uniweb/migrations/0042_uniwebhomepage_hide_footer_uniwebhomepage_logo.py +++ b/uniweb/migrations/0044_uniwebhomepage_hide_footer_uniwebhomepage_logo.py @@ -1,4 +1,4 @@ -# Generated by Django 4.1.8 on 2023-05-01 14:17 +# Generated by Django 4.1.8 on 2023-05-07 19:17 import django.db.models.deletion from django.db import migrations, models @@ -7,7 +7,7 @@ from django.db import migrations, models class Migration(migrations.Migration): dependencies = [ ("wagtailimages", "0025_alter_image_file_alter_rendition_file"), - ("uniweb", "0041_alter_uniwebflexiblepage_content_and_more"), + ("uniweb", "0043_merge_20230502_1854"), ] operations = [ @@ -16,7 +16,7 @@ class Migration(migrations.Migration): name="hide_footer", field=models.BooleanField( default=False, - help_text="Chcete zobrazit patičku?", + help_text="Chcete skrýt patičku?", verbose_name="skrýt patičku", ), ),