We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6af99a commit 037ed33Copy full SHA for 037ed33
pombola/south_africa/templates/south_africa/person_attendances.html
@@ -22,7 +22,9 @@ <h2>Committee Meetings Attended</h2>
22
<span class="meeting-date">{{ meeting.date }}</span>
23
</p>
24
<div class="meeting-summary">
25
+ {% if meeting.summary %}
26
{{ meeting.summary|bleach|truncatewords_html:50 }}
27
+ {% endif %}
28
</div>
29
</li>
30
0 commit comments