Skip to content

Commit

Permalink
cms/settings: add icons to settings menu
Browse files Browse the repository at this point in the history
  • Loading branch information
fuzzylogic2000 authored and Rineee committed Feb 17, 2021
1 parent ec94cbb commit 788b5f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/cms/settings/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from apps.contrib.translations import TranslatedField


@register_setting
@register_setting(icon='warning')
class ImportantPages(BaseSetting):
terms_of_use = models.ForeignKey(
'wagtailcore.Page',
Expand Down Expand Up @@ -91,7 +91,7 @@ class ImportantPages(BaseSetting):


# these are settings for platform organisation
@register_setting
@register_setting(icon='pick')
class OrganisationSettings(BaseSetting):
platform_name = models.CharField(
max_length=20,
Expand Down

0 comments on commit 788b5f7

Please sign in to comment.