datamade / django-councilmatic

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

Ingest html_text for bills if it exists #176

Closed evz closed 6 years ago

evz commented 6 years ago

@reginafcompton Added a field to the bill model to store a rendered HTML version of the bill text for display. This PR adds a way for that to be grabbed by import_data and displayed if it exists.

evz commented 6 years ago

@reginafcompton I went ahead and reverted the changes to the template. Is this mergeable?

reginafcompton commented 6 years ago

Lookin' good! Merge away.