commit | author | age | ||
fe4f05 | 1 | <!DOCTYPE html> |
SP | 2 | <html lang="en"> |
3 | <head> | |
4 | <meta charset="UTF-8"> | |
5 | <title>Sestej stevili</title> | |
6 | </head> | |
7 | <body> | |
8 | <p>Sestej stevili</p> | |
9 | ||
10 | <form method="POST"> | |
11 | {{ formular.as_p }} | |
12 | {% csrf_token %} | |
13 | <button type="submit">Poslji</button> | |
14 | </form> | |
15 | <hr /> | |
16 | <p>Vsota je: {{ vsota }}</p> | |
17 | </body> | |
18 | </html> |