diff --git a/chipy_org/apps/main/templates/main/homepage.html b/chipy_org/apps/main/templates/main/homepage.html index 79d3cb83..d651d1e1 100644 --- a/chipy_org/apps/main/templates/main/homepage.html +++ b/chipy_org/apps/main/templates/main/homepage.html @@ -98,7 +98,7 @@ {% endif %} {% include "shiny/_rsvp.html" with curr_meeting=next_meeting %} -
+ {% endif %} @@ -131,8 +131,12 @@- {{ topic.description|nh3|truncatewords_html:80|safe }} + {% if topic.description|nh3|wordcount > 90 %} + {{ topic.description|nh3|truncatewords_html:80|safe }} Learn more + {% else %} + {{ topic.description|nh3|safe }} + {% endif %}
{% endfor %}