Final upload, should be running now

Took 7 minutes
This commit is contained in:
2020-10-03 13:30:13 +02:00
parent 18d672d057
commit a1b0f7d681
4 changed files with 25 additions and 10 deletions

View File

@ -69,7 +69,7 @@
<span class="text-danger" id="askErrorMsg"></span>
<div class="form-group">
<label for="name" class="col-form-label">Name</label><br>
<input type="text" maxlength="15" id="name">
<input type="text" class="form-control" maxlength="15" id="name">
<br>
<label for="question" class="col-form-label">Question</label>
<textarea name="question" class="form-control" id="question" maxlength="500" rows="4"></textarea>