diff --git a/Website/__init__.py b/Website/__init__.py index 34b1b00..0cfcb09 100644 --- a/Website/__init__.py +++ b/Website/__init__.py @@ -76,7 +76,7 @@ def create_app(test_config=None): users = c.fetchall() text = "" for i in users: - text = text + f'
{escape(i[1])}: {i[2]}€
{escape(i[1])}: {i[2]}€
user and tag list | Documentation
- +user and tag list | Documentation
{escape(user[1])} : {user[2]}€
-
- - + + +Tags:
{text}