Changed charter member bios to HTML fields

This commit is contained in:
2018-01-12 01:54:50 -05:00
parent 57c98fdebb
commit d0fcb55c3f
2 changed files with 4 additions and 2 deletions

View File

@ -15,7 +15,7 @@
<div class="col-lg-6 pt-3 bg-light-blue">
<div class="col-lg-6">
<h2 class="d-none d-lg-inline text-dark-primary">{{ attorney.name }}</h2>
<p>{{ attorney.biography | linebreaks }}</p>
<p>{{ attorney.biography | safe }}</p>
</div>
</div>
</div>