{% extends "faq/base.html" %} {% block title %}{{ block.super }}: Add Question{% endblock %} {% block body %}

Submit Question

Use this form to submit a question (and optionally a corresponding answer) that you would like to see added to the FAQs on this site.

{% csrf_token %} {{ form.as_table }}
{% endblock %}