mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-08-21 09:49:34 +00:00
Improve input validation for story level moderation
This commit is contained in:
parent
f965be88b7
commit
5c66b0f713
2 changed files with 3 additions and 3 deletions
|
@ -59,6 +59,6 @@ else
|
|||
<button type="submit" class="ui blue button">
|
||||
<span>Find Story Level</span>
|
||||
</button>
|
||||
<input type="text" name="placeholderSlotId" placeholder="Level ID">
|
||||
<input type="text" name="placeholderSlotId" placeholder="Level ID" minlength="1" pattern="^\d*$" required>
|
||||
</div>
|
||||
</form>
|
Loading…
Add table
Add a link
Reference in a new issue