Fix jinja2 undefined error

update-readme
Sander Ferdinand 6 years ago
parent 4f92894f79
commit 2dc52e9c4b

@ -5,7 +5,7 @@
<th style="font-size: x-large;">{{title}}</th>
<th>Username</th>
<th id="date">Date</th>
{% if status >= 2 %}
{% if _proposals and _proposals[0].status >= 2 %}
<th style="text-align: right;">Funding</th>
{% else %}
<th></th>

Loading…
Cancel
Save