datamade / django-councilmatic

:heartpulse: Django app providing core functions for *.councilmatic.org
http://councilmatic.org
MIT License
26 stars 16 forks source link

Improve search/search.html #86

Closed reginafcompton closed 7 years ago

reginafcompton commented 7 years ago

@evz Lines 137-197

Wrap inside a conditional. If the object does not have an action date, then the calendar icon will not display.

{% if result.object.last_action_date %}

screen shot 2016-10-14 at 3 47 49 pm