actually make the ask part a form
This commit is contained in:
parent
b56e7d23b4
commit
38bfadc46b
2 changed files with 2 additions and 1 deletions
|
@ -16,6 +16,7 @@
|
|||
<br>
|
||||
<br>
|
||||
<textarea id="question" name="question" placeholder="question" required></textarea>
|
||||
<button type="submit">send</button>
|
||||
</form>
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
Register at {{ instanceLocation }}
|
||||
</h1>
|
||||
<form method="POST">
|
||||
<input type="text" name="username" placeholder="username" required>
|
||||
<input type="text" name="username" placeholder="username" required><br>
|
||||
<input type="password" name="password" placeholder="password" required>
|
||||
<button type="submit">register</button>
|
||||
</form>
|
||||
|
|
Loading…
Add table
Reference in a new issue