Prześlij pliki do 'templates'
This commit is contained in:
parent
1735adac4b
commit
5ae38fd936
@ -68,12 +68,12 @@
|
|||||||
|
|
||||||
<form action = "{{ request.path }}" method = "post">
|
<form action = "{{ request.path }}" method = "post">
|
||||||
<label for = "nick">Nick</label><br>
|
<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>
|
<label for = "produkt">Produkt</label><br>
|
||||||
<input type = "text" name = "produkt" placeholder = "produkt" /><br>
|
<input type = "text" name = "produkt" size='155' placeholder = "produkt" /><br>
|
||||||
<label for = "koment">Koment</label><br>
|
<label for = "koment">Komentarz</label><br>
|
||||||
<textarea name = "koment" placeholder = "koment"></textarea><br>
|
<textarea name = "koment" rows="10" cols="150" placeholder = "koment"></textarea><br>
|
||||||
<input type = "submit" value = "Submit" />
|
<input type = "submit" value = "Dodaj Komentarz" />
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
|
Loading…
Reference in New Issue
Block a user