diff --git a/Website/__init__.py b/Website/__init__.py index 1e53fe1..34b1b00 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]}



' + text = text + f'

{escape(i[1])}: {i[2]}€



' return ''' @@ -116,7 +116,7 @@ def create_app(test_config=None): {escape(user[1])}

user and tag list | Documentation

-

{escape(user[1])} : {user[2]}

+

{escape(user[1])} : {user[2]}€