Prześlij pliki do 'templates'

This commit is contained in:
Sławomir Łopata 2023-02-20 17:26:31 +01:00
parent 1735adac4b
commit 5ae38fd936

View File

@ -68,12 +68,12 @@
<form action = "{{ request.path }}" method = "post">
<label for = "nick">Nick</label><br>
<input type = "text" name = "nick" placeholder = "nick" /><br>
<input type = "text" name = "nick" size='155' placeholder = "nick" /><br>
<label for = "produkt">Produkt</label><br>
<input type = "text" name = "produkt" placeholder = "produkt" /><br>
<label for = "koment">Koment</label><br>
<textarea name = "koment" placeholder = "koment"></textarea><br>
<input type = "submit" value = "Submit" />
<input type = "text" name = "produkt" size='155' placeholder = "produkt" /><br>
<label for = "koment">Komentarz</label><br>
<textarea name = "koment" rows="10" cols="150" placeholder = "koment"></textarea><br>
<input type = "submit" value = "Dodaj Komentarz" />
</form>
</body>