Merge remote-tracking branch 'origin/main'

# Conflicts:
#	CSS/style.css
This commit is contained in:
2025-07-10 11:43:11 +02:00
13 changed files with 376 additions and 139 deletions

View File

@@ -6,11 +6,9 @@
<div class="row">
<div class="col-12">
<h1>Registration</h1>
<form method="post" class="form-grid">
<?php foreach ($labels as $key => $label): ?>
<div class="input">
<div class="input <?= $key === 'role' ? "radio" : "" ?>">
<label for="reg_<?= $key ?>"><?= $label ?></label>
<?php if ($key === 'password'): ?>
<input type="password" name="<?= $key ?>" id="reg_<?= $key ?>" required>