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" />
|
<input type="email" class="form-control" id="email" />
|
||||||
</div>
|
</div>
|
||||||
<div class="mb-3 form-check">
|
<div class="mb-3 form-check">
|
||||||
<input type="checkbox" class="form-check-input" id="souhlas" />
|
<input type="checkbox" class="form-check-input" id="agreement" />
|
||||||
<label class="form-check-label" for="souhlas">Souhlas se zpracováním osobních údajů</label>
|
<label class="form-check-label" for="agreement">Souhlas se zpracováním osobních údajů</label>
|
||||||
</div>
|
</div>
|
||||||
<button type="submit" class="btn btn-primary">Odeslat</button>
|
<button type="submit" class="btn btn-primary">Odeslat</button>
|
||||||
</form>
|
</form>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user