base.html
This commit is contained in:
parent
45d448dad9
commit
e02a943ff0
2 changed files with 9 additions and 0 deletions
1
main.py
1
main.py
|
@ -70,6 +70,7 @@ def list():
|
|||
window.location="http://matekasse.server.c3h/list"
|
||||
});
|
||||
</script>
|
||||
{% extends 'base.html' %}
|
||||
<p>1 Credit = 1,50 Euro</p>
|
||||
<form action="/list/user" method="get"> Search for User: <input name="user"><input type="submit"></form>
|
||||
<form action="/adduser" method="get"><button type="submit">Add User</button></form>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue