day of hard work with xkirsch #2
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Editovat Uživatele</title>
|
||||
<link rel="icon" href="{{url_for('static', filename='img/logo.webp')}}" type="image/x-icon">
|
||||
<link rel="stylesheet" href="{{url_for('static', filename='css/style.css')}}">
|
||||
</head>
|
||||
<body>
|
||||
@@ -27,6 +28,7 @@
|
||||
|
||||
<div class="container">
|
||||
<div class="content">
|
||||
<h2>Editovat Uživatele</h2>
|
||||
<form action="{{ url_for('edit_user', user_id=user['ID_Uzivatele']) }}" method="post" class="form-container">
|
||||
<label for="jmeno">Jméno:</label>
|
||||
<input type="text" id="jmeno" name="jmeno" value="{{ user['Jmeno'] }}" required>
|
||||
|
||||
Reference in New Issue
Block a user