Commit 5907a8ce by Patryk Czarnik

value=

parent 4e6a7afc
...@@ -8,10 +8,10 @@ ...@@ -8,10 +8,10 @@
<h1>Rozmowa</h1> <h1>Rozmowa</h1>
<form> <form>
<label for="imie">Jak masz na imię?</label> <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> <br>
<label for="data_ur">Podaj datę urodzenia</label> <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> <br>
<button>Wyślij</button> <button>Wyślij</button>
</form> </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