forked from bton/matekasse
there where still some safe
This commit is contained in:
parent
6b70c563b5
commit
e76e5beae7
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue