Fix jinja2 undefined error

This commit is contained in:
Sander Ferdinand 2018-07-04 21:10:04 +02:00
parent 4f92894f79
commit 2dc52e9c4b
1 changed files with 1 additions and 1 deletions

View File

@ -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>