formatting follow-up to 32102dd
This commit is contained in:
parent
32102ddff3
commit
18fb34bf2e
|
@ -44,7 +44,11 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{{#if this.group.bio_excerpt}}
|
{{#if this.group.bio_excerpt}}
|
||||||
<div class="bio">{{html-safe this.group.bio_excerpt}}</div>
|
<div class="card-row second-row">
|
||||||
|
<div class="bio">
|
||||||
|
{{html-safe this.group.bio_excerpt}}
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
|
||||||
{{#if group.members}}
|
{{#if group.members}}
|
||||||
|
|
Loading…
Reference in New Issue