Include work in progress on the proposal overview page

This commit is contained in:
Sander Ferdinand 2018-07-04 23:01:18 +02:00
parent 45fdd53e40
commit 7f0bb1c4f6
3 changed files with 11 additions and 7 deletions

View file

@ -12,8 +12,6 @@
{% if proposals['proposed'] %}
{{ proposal_table(title='Proposals', _proposals=proposals['proposed']) }}
<hr>
{% else %}
{% endif %}
</div>
</div>
@ -21,8 +19,14 @@
<div class="col-lg-12">
{% if proposals['funding'] %}
{{ proposal_table(title='Funding required', _proposals=proposals['funding']) }}
{% else %}
No proposals here yet.
<hr>
{% endif %}
</div>
</div>
<div class="row">
<div class="col-lg-12">
{% if proposals['wip'] %}
{{ proposal_table(title='Work in progress', _proposals=proposals['wip']) }}
{% endif %}
</div>
</div>