forked from bton/matekasse
fix
This commit is contained in:
parent
d406df751b
commit
4ab5dd3e7e
1 changed files with 1 additions and 1 deletions
2
main.py
2
main.py
|
@ -84,7 +84,7 @@ def user_info():
|
|||
<p>Tags:</p>
|
||||
{text}
|
||||
<br></br>
|
||||
<form action="/removeuser/confirmation" method="get"><input name="id" type="hidden" value="\{user[0]}"><button type="submit">Remove User</button></form>
|
||||
<form action="/removeuser/confirmation" method="get"><input name="id" type="hidden" value="{user[0]}"><button type="submit">Remove User</button></form>
|
||||
</html>
|
||||
"""
|
||||
else:
|
||||
|
|
Loading…
Reference in a new issue