base.html
This commit is contained in:
parent
e02a943ff0
commit
8f8983b0f9
2 changed files with 2 additions and 1 deletions
2
main.py
2
main.py
|
@ -70,7 +70,7 @@ def list():
|
|||
window.location="http://matekasse.server.c3h/list"
|
||||
});
|
||||
</script>
|
||||
{% extends 'base.html' %}
|
||||
{{ 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>
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<p><a href="/list">user and tag list</a> | <a href="/documentation">Documentation</a></p>
|
||||
<p>
|
||||
Username:
|
||||
<form action="/adduser/user" method="get"><input name="username"><input type="submit"></form>
|
||||
|
|
Loading…
Reference in a new issue