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