]> WPIA git - motion.git/blobdiff - templates/single_motion.html
chg: Prev/Next/Back-links as bootstrap-buttons
[motion.git] / templates / single_motion.html
index 7fd1e25a98d63d06da17ad438647f619150762b7..ac4ff79148bc4ef86292b5040f1611cbda0c8a75 100644 (file)
@@ -14,10 +14,10 @@ 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 %}
 {%- endif %}
-<a href="/?start={{motion.id}}#motion-{{motion.id}}">Back</a>
+<a href="/?start={{motion.id}}#motion-{{motion.id}}" class="btn btn-primary">Back</a>
 {%- endblock %}