{# vim: set ts=2 et sts=2 sw=2: #} {% extends "questions/includes/question_editing_frame.html" %} {% set title = _('Edit a Question') %} {% set crumbs = [(url('questions.questions'), _('Forum')), (url('questions.answers', question.id), question.title), (None, _('Edit a question'))] %} {% block headline %}{{ _('Edit a Question') }}{% endblock %} {% block major_detail_instructions %}

{{ _('Edit your question.') }}

{% endblock %} {% block submit_button_value %}{{ _('Save Question') }}{% endblock %} {% block more_submit_buttons %} {{ _('Cancel') }} {% endblock %}