mirror of
https://git.wownero.com/wownero/wownero-funding-system.git
synced 2024-08-15 00:53:45 +00:00
Fix display of funding progress in tables
This commit is contained in:
parent
95eed33f48
commit
45fdd53e40
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@
|
||||||
<td id="date"><small>{{ p.date_added.strftime('%Y-%m-%d %H:%M') }}</small></td>
|
<td id="date"><small>{{ p.date_added.strftime('%Y-%m-%d %H:%M') }}</small></td>
|
||||||
<td>
|
<td>
|
||||||
<span style="float:right;">
|
<span style="float:right;">
|
||||||
{% if p.funds_progress >= 0.1 and status == 0 %}
|
{% if p.funds_progress >= 0.1 and p.status >= 2 %}
|
||||||
{{p.funds_progress|int}}%
|
{{p.funds_progress|int}}%
|
||||||
{% else %}
|
{% else %}
|
||||||
-
|
-
|
||||||
|
|
Loading…
Reference in a new issue