This commit is contained in:
2026-07-12 19:21:35 +02:00
parent f2d944b117
commit 41cb412cb0
49 changed files with 3170 additions and 52 deletions
+4
View File
@@ -16,6 +16,10 @@
<label class="form-label">Hasło</label>
<input type="password" name="password" class="form-control" required>
</div>
<div class="form-check mb-3">
<input type="checkbox" name="remember" value="1" class="form-check-input" id="remember">
<label class="form-check-label" for="remember">Zapamiętaj mnie przez 30 dni</label>
</div>
<button type="submit" class="btn btn-primary w-100">Zaloguj</button>
<?= form_close() ?>
</div>