Check that remaining_days is not None
This commit is contained in:
parent
1750c268f7
commit
fc754250dd
@ -79,7 +79,7 @@
|
||||
<div>
|
||||
<dt>Remaining</dt>
|
||||
<dd>
|
||||
{% if remaining_days %}
|
||||
{% if remaining_days is not none %}
|
||||
{{ remaining_days }} days
|
||||
{% else %}
|
||||
-
|
||||
|
Loading…
x
Reference in New Issue
Block a user