2018-03-29 19:26:12 +00:00
|
|
|
{{ template "header.html" . }}
|
2019-08-02 23:39:55 +00:00
|
|
|
{{ template "return_header" . }}
|
2017-04-30 00:37:29 +00:00
|
|
|
{{ with .Decision }}
|
|
|
|
<div class="ui raised segment">
|
2019-08-02 23:39:55 +00:00
|
|
|
{{ template "motion_fragment" . }}
|
2017-04-30 00:37:29 +00:00
|
|
|
</div>
|
|
|
|
{{ end }}
|
2019-08-02 23:39:55 +00:00
|
|
|
<div class="ui basic segment">
|
|
|
|
<form action="/motions/{{ .Decision.Tag }}/withdraw" method="post">
|
|
|
|
{{ csrfField }}
|
|
|
|
<div class="ui form">
|
|
|
|
<button class="ui primary left labeled icon button" type="submit"><i class="trash icon"></i> Withdraw
|
|
|
|
</button>
|
|
|
|
</div>
|
|
|
|
</form>
|
|
|
|
</div>
|
|
|
|
{{ template "footer.html" . }}
|