]> git.openstreetmap.org Git - osqa.git/blobdiff - forum/skins/default/templates/node/convert_to_question.html
SPLUNK-129, adding title tooltips for the delete comment and node markdown buttons...
[osqa.git] / forum / skins / default / templates / node / convert_to_question.html
index 84ea16b521137b27e52d8d88071eb1457e9804d9..3656c4bf4d51cd6219025dcaac711f5139c60698 100644 (file)
@@ -1,7 +1,4 @@
+{% extends "question_edit.html" %}
 {% load i18n %}
-<div>
-    <p>{% trans "Title of the new question:" %}</p>
-
-    <input type="text" name="title" />
-</div>
-
+{% block title %}{% trans "Convert to question" %}{% endblock %}
+{% block edittype %}{% trans "Convert to question" %}{% endblock %}