]> WPIA git - motion.git/commitdiff
add placeholder for cancelation form
authorFelix Dörre <felix@dogcraft.de>
Sun, 19 Nov 2017 10:21:42 +0000 (11:21 +0100)
committerFelix Dörre <felix@dogcraft.de>
Sun, 19 Nov 2017 10:21:42 +0000 (11:21 +0100)
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">
 {%- 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 %}
 <button type="submit" class="btn btn-danger">Cancel</button>
 </form>
 {%- endif %}