Also, is it possible to rearrange in a good way? I haven't figured it out...

Den onsdag 2 december 2015 kl. 12:00:38 UTC+1 skrev wh4n:
>
> When I register settings with defaults.py for example this:
>
> from mezzanine.conf import register_setting
>
>
> register_setting(
>     name="TEMPLATE_ACCESSIBLE_SETTINGS",
>     append=True,
>     default=(
>     "BLOG_INSTAGRAM_USERNAME",
>     "BLOG_TWITTER_USERNAME",
>     "BLOG_FACEBOOK_URL",
>     "BLOG_BLOGLOVIN_URL",
>     "BLOG_YOUTUBE_URL",
>     ),
> )
>
>
> ### SETTINGS FOR SOCIAL MEDIAS
>
>
> register_setting(
>  name="BLOG_INSTAGRAM_USERNAME",
>  label="Your Instagram username",
>  description="Enter your Instagram username",
>  editable=True,
>  default="",
> )
>
>
> register_setting(
>  name="BLOG_TWITTER_USERNAME",
>  label="Your Twitter username",
>  description="Enter your Twitter username",
>  editable=True,
>  default="",
> )
>
> It will create a new section on the settings page, "Blog". Well that's 
> nice. But how do I change the titles for every section in the settings 
> page? 
>

-- 
You received this message because you are subscribed to the Google Groups 
"Mezzanine Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mezzanine-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to