changed uid field to number

This commit is contained in:
Jan Felix Wiebe 2019-02-23 13:14:49 +01:00 committed by /jedi/
parent e7fd1720f2
commit a8e44cb55a

View file

@ -17,7 +17,7 @@
<form method="POST" action="" id="lost_form">
<div class="form-group">
<input type="text" class="form-control" placeholder="UID" name="uid" value="<?php echo $uid; ?>"></p>
<input type="number" class="form-control" placeholder="UID" name="uid" value="<?php echo $uid; ?>"></p>
</div>
<div class="form-group">
@ -172,4 +172,4 @@
});
});
</script>
</script>