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