join: remove empty field
All checks were successful
/ deploy (push) Successful in 30s

This commit is contained in:
forgejo-actions[bot] 2024-10-08 15:06:48 +00:00
parent c267aff246
commit 30b4c87910
5 changed files with 2 additions and 12 deletions

View file

@ -110,8 +110,6 @@
<div class="formgroup">
<label for="name">Name <i>(optional)</i></label>
<input id="name" name="name" type="text" maxlength="40">
<label for="emptyfield">This should be left unchanged</label>
<input id="emptyfield" name="emptyfield" type="text" maxlength="40">
<p><label for="email">Contact email address</label>
<input id="email" name="email" type="email" required></p>