forked from rDrama/rDrama
1
0
Fork 0

addendum to previous commit

master
Aevann1 2022-08-11 15:36:41 +02:00
parent 67f223536c
commit 59712ecf77
1 changed files with 2 additions and 2 deletions

View File

@ -29,8 +29,8 @@
<label for="title">Sub Name</label>
<input minlength="3" maxlength="20" pattern='[a-zA-Z0-9_\-]*' class="form-control" id="title-register" aria-describedby="titleHelpRegister" type="text" name="name" required>
<small class="form-text text-muted">3-20 characters, including letters, numbers, _ , and -</small>
<input minlength="3" maxlength="25" pattern='[a-zA-Z0-9_\-]*' class="form-control" id="title-register" aria-describedby="titleHelpRegister" type="text" name="name" required>
<small class="form-text text-muted">3-25 characters, including letters, numbers, _ , and -</small>
<div class="footer">