mirror of
https://git.wownero.com/wownero/wownero-funding-system.git
synced 2024-08-15 00:53:45 +00:00
Only show balance when the proposal is active
This commit is contained in:
parent
d198c17ab6
commit
11ffec7ab5
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@
|
|||
</p>
|
||||
|
||||
<hr>
|
||||
{% if proposal.status >= 2 %}
|
||||
{% if proposal.status in [2,3] %}
|
||||
<div class="row">
|
||||
<div class="col-md-12">
|
||||
<div class="card my-4">
|
||||
|
|
Loading…
Reference in a new issue