add question

This commit is contained in:
erichhasl
2017-11-19 00:52:13 +01:00
parent 75903f8ed6
commit 7e98dba2d2
6 changed files with 66 additions and 3 deletions
@@ -0,0 +1,14 @@
{% extends "public/default.html" %}
{% block content %}
<p>Hier kannst Du eine Frage stellen. Vielleicht taucht sie ja bald im neuen FAQ auf!</p>
<form action="" method="post">
{% csrf_token %}
<table>
{{ form.as_table }}
</table>
<input type="submit" value="Frage abschicken" />
</form>
{% endblock %}