add basic question uploading
This commit is contained in:
@@ -10,9 +10,14 @@
|
||||
<header>
|
||||
<h1>Ask Stallman</h1>
|
||||
</header>
|
||||
{%- if message.len() != 0 -%}
|
||||
<div class="notification {{ ntfy_class }}">
|
||||
<p>{{ message }}</p>
|
||||
</div>
|
||||
{%- endif -%}
|
||||
<div class="question">
|
||||
<form method="post">
|
||||
<input type="text" name="question" placeholder="Your question" autocomplete="off">
|
||||
<input type="text" name="question" placeholder="Your question" autocomplete="off" maxlength="1024">
|
||||
</form>
|
||||
</div>
|
||||
<div class="info">
|
||||
|
Reference in New Issue
Block a user