mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2026-01-01 04:10:06 -05:00
new tandoor theme added, minor ux fixes
This commit is contained in:
@@ -75,12 +75,14 @@ class UserPreference(models.Model, PermissionModelMixin):
|
||||
DARKLY = 'DARKLY'
|
||||
FLATLY = 'FLATLY'
|
||||
SUPERHERO = 'SUPERHERO'
|
||||
TANDOOR = 'TANDOOR'
|
||||
|
||||
THEMES = (
|
||||
(BOOTSTRAP, 'Bootstrap'),
|
||||
(DARKLY, 'Darkly'),
|
||||
(FLATLY, 'Flatly'),
|
||||
(SUPERHERO, 'Superhero')
|
||||
(SUPERHERO, 'Superhero'),
|
||||
(TANDOOR, 'Tandoor')
|
||||
)
|
||||
|
||||
# Nav colors
|
||||
|
||||
Reference in New Issue
Block a user