mirror of
https://git.ari.lt/ari.lt/ari.lt.git
synced 2025-02-04 17:49:24 +01:00
add email logging policy checkbox
Signed-off-by: Ari Archer <ari@ari.lt>
This commit is contained in:
parent
7851c4d203
commit
e2d36ada6f
1 changed files with 9 additions and 0 deletions
|
@ -406,6 +406,10 @@
|
|||
comment.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<b>TL;DR;</b> your email is stored and can be seen publicly.
|
||||
</p>
|
||||
|
||||
<form method="post">
|
||||
<div class="form-group">
|
||||
<label for="name">Name:</label>
|
||||
|
@ -437,6 +441,11 @@
|
|||
<input required type="text" id="code" name="code" placeholder="Enter the CAPTCHA code above." />
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
<label for="agree">I agree with the email policy:</label>
|
||||
<input required type="checkbox" id="agree" name="agree" />
|
||||
</div>
|
||||
|
||||
<button type="submit">Comment</button>
|
||||
</form>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue