Now with edits, delete confirmations

- and also a better alignment on actions
- and konami code that works before login
This commit is contained in:
2025-08-06 19:12:44 +02:00
parent 3d35d47254
commit 3474239727
5 changed files with 124 additions and 50 deletions

View File

@@ -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',
}