Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
python_django_2025
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Patryk Czarnik
python_django_2025
Commits
5907a8ce
Commit
5907a8ce
authored
May 15, 2025
by
Patryk Czarnik
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
value=
parent
4e6a7afc
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
rozmowa.html
aplikacja/templates/rozmowa.html
+2
-2
No files found.
aplikacja/templates/rozmowa.html
View file @
5907a8ce
...
...
@@ -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>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment