mirror of
https://git.wownero.com/wownero/wownero-funding-system.git
synced 2024-08-15 00:53:45 +00:00
HTML development for the proposal overview page
This commit is contained in:
parent
e839934dd3
commit
0c9c0cd5a5
7 changed files with 61 additions and 19 deletions
|
@ -8,7 +8,7 @@
|
|||
<div class="row">
|
||||
<div class="col-lg-8">
|
||||
{% if proposals %}
|
||||
{{ proposal_table(title='', _proposals=proposals) }}
|
||||
{{ proposal_table(title='', status=status, _proposals=proposals) }}
|
||||
{% else %}
|
||||
No proposals here yet.
|
||||
{% endif %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue