Commit 5907a8ce by Patryk Czarnik

value=

parent 4e6a7afc
......@@ -8,10 +8,10 @@
<h1>Rozmowa</h1>
<form>
<label for="imie">Jak masz na imię?</label>
<input type="text" name="imie" id="imie">
<input type="text" name="imie" id="imie" value="{{request.GET.imie}}">
<br>
<label for="data_ur">Podaj datę urodzenia</label>
<input type="date" name="data_ur" id="data_ur">
<input type="date" name="data_ur" id="data_ur" value="{{request.GET.data_ur}}">
<br>
<button>Wyślij</button>
</form>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment