Uppdate
This commit is contained in:
parent
682be0861f
commit
fa8751a4ca
@ -57,8 +57,10 @@
|
||||
}
|
||||
|
||||
.auth-field-check input {
|
||||
width: auto;
|
||||
margin-top: 0.2rem;
|
||||
flex: none;
|
||||
accent-color: var(--accent);
|
||||
}
|
||||
|
||||
.auth-field-check a {
|
||||
|
||||
@ -69,7 +69,7 @@
|
||||
<div class="auth-field auth-field-check">
|
||||
<label for="accept_terms">
|
||||
<input type="checkbox" id="accept_terms" name="accept_terms" value="1" required aria-required="true"{% if accept_terms %} checked{% endif %}>
|
||||
I accept the <a href="/docs/terms.html" target="_blank" rel="noopener">Terms of Service</a> and the <a href="/docs/community-guidelines.html" target="_blank" rel="noopener">Community Guidelines</a>, and I have read the <a href="/docs/privacy.html" target="_blank" rel="noopener">Privacy Policy</a>.
|
||||
<span>I accept the <a href="/docs/terms.html" target="_blank" rel="noopener">Terms of Service</a> and the <a href="/docs/community-guidelines.html" target="_blank" rel="noopener">Community Guidelines</a>, and I have read the <a href="/docs/privacy.html" target="_blank" rel="noopener">Privacy Policy</a>.</span>
|
||||
</label>
|
||||
</div>
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user