]> git.openstreetmap.org Git - osqa.git/blobdiff - forum/skins/default/templates/node/report.html
Some improvements in cache.
[osqa.git] / forum / skins / default / templates / node / report.html
index c8607bbd30a14999568c0577b655e2be8137cc94..68b66d9ff2e600ec4dafc923f00d41596b15ce5f 100644 (file)
@@ -1,14 +1,12 @@
 {% load i18n %}\r
 \r
-<div class="user-prompt">\r
-    {% trans "Please select a reason bellow or use the text box to input your own reason." %}\r
-    <select class="prompt-examples">\r
-        {% for type in types %}\r
-            <option value="{{ type }}">{{ type }}</option>\r
-        {% endfor %}\r
-    </select>\r
-    <textarea class="prompt-return">{{ types|first }}</textarea>\r
-</div>\r
+{% trans "Please select a reason bellow or use the text box to input your own reason." %}\r
+<select class="prompt-examples">\r
+    {% for type in types %}\r
+        <option value="{{ type }}">{{ type }}</option>\r
+    {% endfor %}\r
+</select>\r
+<textarea name="prompt">{{ types|first }}</textarea>\r
 <script>\r
 $('.user-prompt .prompt-examples').change(function() {\r
     $('.user-prompt textarea').val($(this).val())            \r