Now with edits, delete confirmations
- and also a better alignment on actions - and konami code that works before login
This commit is contained in:
@@ -26,7 +26,7 @@ class Tikette:
|
||||
'ingredients': self.ingredients,
|
||||
'description': self.description,
|
||||
'color': self.color,
|
||||
'ab': 'inline' if self.ab else 'none',
|
||||
'ab': 'inline' if self.ab is 'True' else 'none',
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user