there where still some safe

This commit is contained in:
bton 2024-03-13 21:49:23 +01:00
parent 6b70c563b5
commit e76e5beae7

View file

@ -8,10 +8,10 @@
</script>
{% endblock %}
{% block title %}
{{user[1]|safe}}
{{user[1]}}
{% endblock %}
{% block content %}
<p> {{user[1]|safe}} : {{user[2]/100}}€ <p>
<p> {{user[1]}} : {{user[2]/100}}€ <p>
<form action="/addtag" method="post">
<input name="id" type="hidden" value="{{user[0]}}">
<button type="submit">Add Tag</button>