{% extends "secureauth/base.html" %} {% load i18n %} {% block title %}{% trans 'Question configuration' %}{% endblock %} {% block content %}
{{ form.as_table }}
{% csrf_token %} {% trans 'or' %} {% trans 'Cancel' %}
{% blocktrans %} You can enter your secret question and secret answer, for authentication. It's a best way, if you can't use another authentication type. {% endblocktrans %}
{% endblock content %}