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

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 %}