{# vim: set ts=2 et sts=2 sw=2: #} {% extends "mobile/base.html" %} {% from "layout/errorlist.html" import errorlist %} {% from "questions/includes/aaq_macros.html" import register_login_forms %} {% set title = _('Ask a Question') %} {% set classes = 'aaq confirm-email' %} {% set hide_extra_content = True %} {% block headline %}{{ _('Ask a New Question') }}{% endblock %} {% block content %}
{% trans %} Thank you! Your question will appear on the site as soon as you confirm your email address. You should receive an email shortly with a link to confirm. {% endtrans %}
{{ _('An email has been sent to the address below:') }}
{{ question.creator.email }}
{% endblock %}