Skip to content
Snippets Groups Projects
Commit a17a40c7 authored by jindra12's avatar jindra12 Committed by jan.bednarik
Browse files

redo migrations

parent e7cc0344
No related branches found
No related tags found
2 merge requests!804Release,!770Add custom header logo and hide footer option
# 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",
),
),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment