Skip to content

Commit 6c2a552

Browse files
committed
fix: 🐛 Fix models and colors
1 parent ccf4522 commit 6c2a552

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

home/models.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,6 @@ class HomePage(Page):
177177
FieldPanel("footer_title"),
178178
FieldPanel("footer_site_info"),
179179
FieldPanel("footer_networks"),
180-
NativeColorPanel("color_gradient_1"),
181180
NativeColorPanel("footer_background"),
182181
NativeColorPanel("footer_color_text"),
183182
FieldPanel("externalRaws"),

home/templates/home/home_page.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@
3333
{% endblock %}
3434

3535
<link rel="icon" type="image/png" href="{{ tmp_favicon.url }}" />
36+
<!-- Bootstrap CSS -->
37+
<link rel="stylesheet" type="text/css" href="{% static '2023/css/bootstrap.min.css' %}">
3638
<style>
3739
:root {
3840
--cg1: {{page.color_gradient_1}};
@@ -47,8 +49,6 @@
4749
--secondary-font: {{page.secondaryFontFamily}};
4850
}
4951
</style>
50-
<!-- Bootstrap CSS -->
51-
<link rel="stylesheet" type="text/css" href="{% static '2023/css/bootstrap.min.css' %}">
5252
<!-- Icon -->
5353
<link rel="stylesheet" type="text/css" href="{% static '2023/fonts/lineicons.css' %}">
5454
<!-- Nivo Lightbox -->

0 commit comments

Comments
 (0)