From 730a760c4dc82317054b64b2e1cdcf6f3d790276 Mon Sep 17 00:00:00 2001 From: "jindra12.underdark" <jindra12.underdark@gmail.com> Date: Sun, 7 May 2023 23:40:27 +0200 Subject: [PATCH] Fix footer settings order #153 --- uniweb/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uniweb/models.py b/uniweb/models.py index bbfa81c7..f60e3bd4 100644 --- a/uniweb/models.py +++ b/uniweb/models.py @@ -387,8 +387,8 @@ class UniwebHomePage( FieldPanel("show_logo"), FieldPanel("show_social_links"), FieldPanel("show_pirate_buttons"), - FieldPanel("footer_extra_content"), FieldPanel("footer_links"), + FieldPanel("footer_extra_content"), ], "nastavení patičky", ), -- GitLab