-<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