]> git.openstreetmap.org Git - osqa.git/blob - forum/skins/default/templates/node/convert_to_question.html
forgot to remove the flatpages controller import, it's not needed for this middleware
[osqa.git] / forum / skins / default / templates / node / convert_to_question.html
1 {% extends "question_edit.html" %}
2 {% load i18n %}
3 {% block title %}{% trans "Convert to question" %}{% endblock %}
4 {% block edittype %}{% trans "Convert to question" %}{% endblock %}