]> WPIA git - motion.git/blobdiff - templates/single_motion.html
add placeholder for cancelation form
[motion.git] / templates / single_motion.html
index 7fd1e25a98d63d06da17ad438647f619150762b7..1cc121b2ce6b26f6f87ec6103c1be49524e40139 100644 (file)
@@ -14,7 +14,7 @@ Motion: {{motion.name}}
 {%- endif %}
 {%- if may_cancel %}
 <form action="/motion/{{motion.id}}/cancel" method="POST" class="form-inline">
-<input type="text" name="reason" class="form-control" required="yes">
+<input type="text" placeholder="cancelation reason" name="reason" class="form-control" required="yes">
 <button type="submit" class="btn btn-danger">Cancel</button>
 </form>
 {%- endif %}