main #7
1 changed files with 3 additions and 3 deletions
Обновить src/pages/fr-fr/register.astro
commit
b186715670
|
|
@ -34,13 +34,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>.
|
J'ai lu et j'accepte le <a href="../code/">Code de conduite</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/"
|
J'ai lu et j'accepte la <a href="../privacy-policy/"
|
||||||
>Privacy Policy</a
|
>Politique de confidentialité</a
|
||||||
>.
|
>.
|
||||||
</label>
|
</label>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue