Improve input validation for story level moderation

This commit is contained in:
Slendy 2023-06-26 23:41:30 -05:00
commit 5c66b0f713
No known key found for this signature in database
GPG key ID: 7288D68361B91428
2 changed files with 3 additions and 3 deletions

View file

@ -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>