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>
|
</script>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
{% block title %}
|
{% block title %}
|
||||||
{{user[1]|safe}}
|
{{user[1]}}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<p> {{user[1]|safe}} : {{user[2]/100}}€ <p>
|
<p> {{user[1]}} : {{user[2]/100}}€ <p>
|
||||||
<form action="/addtag" method="post">
|
<form action="/addtag" method="post">
|
||||||
<input name="id" type="hidden" value="{{user[0]}}">
|
<input name="id" type="hidden" value="{{user[0]}}">
|
||||||
<button type="submit">Add Tag</button>
|
<button type="submit">Add Tag</button>
|
||||||
|
|
Loading…
Reference in a new issue