Esempio n. 1
0
 def theme_choices(self):
     choices = {k: k for k in all_theme_names()}
     choices['auto'] = _('Automatic (%s)') % default_theme()
     return choices
Esempio n. 2
0
 def theme_choices(self):
     choices = {k:k for k in all_theme_names()}
     choices['auto'] = _('Automatic (%s)') % default_theme()
     return choices
Esempio n. 3
0
 def theme_choices(self):
     choices = {k: k for k in all_theme_names()}
     choices["auto"] = _("Automatic (%s)") % default_theme()
     return choices