souhlas -> agreement
This commit is contained in:
parent
57fa108d18
commit
f8623b4db5
@ -70,8 +70,8 @@ class Main extends Component {
|
||||
<input type="email" class="form-control" id="email" />
|
||||
</div>
|
||||
<div class="mb-3 form-check">
|
||||
<input type="checkbox" class="form-check-input" id="souhlas" />
|
||||
<label class="form-check-label" for="souhlas">Souhlas se zpracováním osobních údajů</label>
|
||||
<input type="checkbox" class="form-check-input" id="agreement" />
|
||||
<label class="form-check-label" for="agreement">Souhlas se zpracováním osobních údajů</label>
|
||||
</div>
|
||||
<button type="submit" class="btn btn-primary">Odeslat</button>
|
||||
</form>
|
||||
|
Loading…
x
Reference in New Issue
Block a user