Обновить src/pages/ru-ru/register.astro
This commit is contained in:
parent
bcd8d12ee8
commit
c2ad425a9b
1 changed files with 3 additions and 4 deletions
|
|
@ -33,14 +33,13 @@ import "../../styles/page.css"
|
||||||
|
|
||||||
<label class="checkbox">
|
<label class="checkbox">
|
||||||
<input name="code" type="checkbox" value="yes" required />
|
<input name="code" type="checkbox" value="yes" required />
|
||||||
I have read and agree to the <a href="../code/">Code of Conduct</a>.
|
Я ознакомился(лась) с <a href="../code/">Кодексом поведения</a> и согласен(на) с его положениями.
|
||||||
</label>
|
</label>
|
||||||
|
|
||||||
<label class="checkbox">
|
<label class="checkbox">
|
||||||
<input name="policy" type="checkbox" value="yes" required />
|
<input name="policy" type="checkbox" value="yes" required />
|
||||||
I have read and agree to the <a href="../privacy-policy/"
|
Я ознакомился(лась) с <a href="../privacy-policy/"
|
||||||
>Privacy Policy</a
|
>Политикой конфиденциальности</a> и согласен(на) с её положениями.
|
||||||
>.
|
|
||||||
</label>
|
</label>
|
||||||
|
|
||||||
<button type="submit"><span>Отправить</span></button>
|
<button type="submit"><span>Отправить</span></button>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue