mirror of
https://codeberg.org/angestoepselt/homepage.git
synced 2025-05-24 14:46:16 +00:00
Try to hide the honeypot field a bit more
This commit is contained in:
parent
3ea761e9f9
commit
3a3dfca20d
1 changed files with 1 additions and 1 deletions
|
|
@ -75,7 +75,7 @@ match os.environ.get("REQUEST_METHOD", "").upper():
|
|||
|
||||
print(f'<label class="form-input">')
|
||||
print(f'<span>Bitte lasse dieses Feld leer:</span>')
|
||||
print(f'<input type="text" name="{HONEYPOT_FIELD_NAME}" value="" placeholder="Hier nichts eingeben." />')
|
||||
print(f'<input type="text" name="{HONEYPOT_FIELD_NAME}" value="" placeholder="Hier nichts eingeben." tabindex="-1" autocomplete="off" />')
|
||||
print(f'</label>')
|
||||
|
||||
print(f'<script type="text/javascript">')
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue