]> git.openstreetmap.org Git - osqa.git/blob - forum/skins/default/templates/node/convert_to_comment.html
git-svn-id: http://svn.osqa.net/svnroot/osqa/trunk@637 0cfe37f9-358a-4d5e-be75-b63607...
[osqa.git] / forum / skins / default / templates / node / convert_to_comment.html
1 {% load i18n %}
2
3 <div>
4     <p>{% trans "Place the comment under:" %}</p>
5     <select name="under">
6         {% for id, descr in nodes %}
7             <option value="{{ id }}">{{ descr }}</option>
8         {% endfor %}
9     </select>
10 </div>