Check that remaining_days is not None

This commit is contained in:
richard-dds 2018-10-01 16:17:38 -04:00
parent 1750c268f7
commit fc754250dd

View File

@ -79,7 +79,7 @@
<div>
<dt>Remaining</dt>
<dd>
{% if remaining_days %}
{% if remaining_days is not none %}
{{ remaining_days }} days
{% else %}
-