podminky a reverz

This commit is contained in:
Martin Quarda 2024-04-01 16:39:39 +02:00
parent b50245806c
commit 2a6fd56987
3 changed files with 1 additions and 1 deletions

Binary file not shown.

BIN
frontend/public/reverz.pdf Normal file

Binary file not shown.

View File

@ -172,7 +172,7 @@ class Main extends Component {
</div> </div>
<div class="mb-3 form-check"> <div class="mb-3 form-check">
<input type="checkbox" class="form-check-input" id="agreement" name="agreement" /> <input type="checkbox" class="form-check-input" id="agreement" name="agreement" />
<label class="form-check-label" for="agreement">Souhlas se zpracováním osobních údajů</label> <label class="form-check-label" for="agreement">Souhlas se <a href="/public/ochrana_osobnich_udaju.pdf">zpracováním osobních údajů</a> a <a href="/public/reverz.pdf">podmínkami závodu</a>.</label>
</div> </div>
<button type="submit" class="btn btn-primary">Odeslat</button> <button type="submit" class="btn btn-primary">Odeslat</button>
</form> </form>