Projet

Général

Profil

0001-trivial-use-publik-as-app-label-71999.patch

Frédéric Péters, 04 décembre 2022 17:38

Télécharger (1,04 ko)

Voir les différences:

Subject: [PATCH] trivial: use publik as app label (#71999)

 wcs/qommon/template.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
wcs/qommon/template.py
151 151
        sidebar = kwargs.get('sidebar')
152 152
        css = root_url + get_publisher().qommon_static_dir + get_publisher().qommon_admin_css
153 153
        extra_head = get_publisher().get_site_option('backoffice_extra_head')
154
        app_label = get_publisher().get_site_option('app_label') or 'w.c.s.'
154
        app_label = get_publisher().get_site_option('app_label') or 'Publik'
155 155
    else:
156 156
        css = root_url + 'themes/%s/%s.css' % (current_theme, get_publisher().APP_NAME)
157 157

  
158
-