limit zip field to 16 chars

lektura
max.mehl 2020-05-08 12:27:25 +02:00
parent e534c89bf7
commit 1c8cdab522
No known key found for this signature in database
GPG Key ID: 2704E4AB371E2E92
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
</select>
</label>
<label class="sign-input form-zp">
<input name="zip" placeholder="{{ i18n "action_form_zip" }}" type="text" />
<input name="zip" placeholder="{{ i18n "action_form_zip" }}" type="text" maxlength="16" />
</label>
<label class="sign-input form-co">
<input name="comment" placeholder="{{ i18n "action_form_comment" }}" type="text" maxlength="140" />