{% extends "base.html" %} {% load i18n %} {% load extra_tags %} {% block title %}{% spaceless %}{% trans "Ask a question" %}{% endspaceless %}{% endblock %} {% block forejs %} {% endblock %} {% block content %}
{% blocktrans %} After submiting your question, you will be redirected to the login/signup page. Your question will be saved in the current session and will be published after you login with your existing account, or signup for a new account{% endblocktrans %}{% if "ask" in settings.REQUIRE_EMAIL_VALIDATION_TO %} {% trans "and validate your email." %}{% else %}.{% endif %}
{{ form.tags.help_text }}