Skip to content

Commit

Permalink
Fixed migration error.
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiocaccamo committed Nov 25, 2021
1 parent 3bc6e6f commit 2fa85eb
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
"css_delete_button_background_color": "#D9534F",
"css_delete_button_background_hover_color": "#C9302C",
"css_delete_button_text_color": "#FFFFFF",
"css": "",
"related_modal_active": true,
"related_modal_background_color": "#503873",
"related_modal_background_opacity": 0.2,
Expand Down
1 change: 0 additions & 1 deletion admin_interface/fixtures/admin_interface_theme_django.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
"css_delete_button_background_color": "#BA2121",
"css_delete_button_background_hover_color": "#A41515",
"css_delete_button_text_color": "#FFFFFF",
"css": "",
"related_modal_active": true,
"related_modal_background_color": "#000000",
"related_modal_background_opacity": 0.2,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
"css_delete_button_background_color": "#CC4B37",
"css_delete_button_background_hover_color": "#BF4634",
"css_delete_button_text_color": "#FFFFFF",
"css": "",
"related_modal_active": true,
"related_modal_background_color": "#000000",
"related_modal_background_opacity": 0.2,
Expand Down
1 change: 0 additions & 1 deletion admin_interface/fixtures/admin_interface_theme_uswds.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
"css_delete_button_background_color": "#CD2026",
"css_delete_button_background_hover_color": "#981B1E",
"css_delete_button_text_color": "#FFFFFF",
"css": "",
"related_modal_active": true,
"related_modal_background_color": "#000000",
"related_modal_background_opacity": 0.8,
Expand Down
1 change: 0 additions & 1 deletion admin_interface/fixtures/initial_data.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
"css_delete_button_background_color": "#BA2121",
"css_delete_button_background_hover_color": "#A41515",
"css_delete_button_text_color": "#FFFFFF",
"css": "",
"related_modal_active": true,
"related_modal_background_color": "#000000",
"related_modal_background_opacity": 0.2,
Expand Down
4 changes: 0 additions & 4 deletions admin_interface/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -269,10 +269,6 @@ def get_active_theme():
max_length=10,
verbose_name=_('text color'))

css = models.TextField(
blank=True,
verbose_name=_('text color'))

related_modal_active = models.BooleanField(
default=True,
verbose_name=_('active'))
Expand Down

0 comments on commit 2fa85eb

Please sign in to comment.