migration up
This commit is contained in:
9
app/views/questionCreate.php
Normal file
9
app/views/questionCreate.php
Normal file
@ -0,0 +1,9 @@
|
||||
<form action="/admin/question" method="post">
|
||||
Вопрос: <br>
|
||||
<label>
|
||||
<textarea name = "question" rows="10" cols="50" placeholder="Введите здесь ваш вопрос"></textarea>
|
||||
</label> <br> <br>
|
||||
|
||||
<input type = "submit" value="Подтвердить">
|
||||
<input type="reset">
|
||||
</form>
|
Reference in New Issue
Block a user