convert_to_question.html 184 Bytes
{% extends "question_edit.html" %}
{% load i18n %}
{% block title %}{% trans "Convert to question" %}{% endblock %}
{% block edittype %}{% trans "Convert to question" %}{% endblock %}