]> 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 dbc86305b925e80fea3fd7728d3ccc6ca1276343..68b66d9ff2e600ec4dafc923f00d41596b15ce5f 100644 (file)
@@ -1,17 +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>{{ types|first }}</textarea>\r
-    <div class="prompt-buttons">\r
-        <button class="prompt-cancel">{% trans "Cancel" %}</button><button class="prompt-submit">{% trans "Send" %}</button>\r
-    </div>\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