Some templating changes

This commit is contained in:
Sander Ferdinand 2018-10-20 16:25:42 +02:00
parent fe64d300fe
commit 1a997aace6
No known key found for this signature in database
GPG key ID: 7BBC83D7A8810AAB
3 changed files with 10 additions and 8 deletions

View file

@ -51,7 +51,6 @@
{% endif %}
</p>
<hr>
{% if proposal.status in [2,3] %}
<div class="row">
<div class="col-md-12">
@ -124,12 +123,11 @@
<div class="progress-bar progress-warning progress-bar" style="width: {{proposal.balance['remaining_pct']}}%;">
</div>
</div>
<hr>
</div>
<br/>
</div>
<div class="row" style="margin-top:16px;">
<div class="row" style="margin-top:32px;">
<div class="col-lg-12">
Donation address:
<pre class="proposal_address">{% if proposal.addr_donation %}{{ proposal.addr_donation }}{% else %}<small>None generated yet</small>{% endif %}</pre>