Skip to content

Commit

Permalink
Don't show the meeting topics display if we have no topics
Browse files Browse the repository at this point in the history
  • Loading branch information
raymondberg committed Mar 9, 2024
1 parent 8d67496 commit 661feaf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions chipy_org/apps/meetings/templates/meetings/meeting.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ <h3 itemprop="name">{{ meeting.title }}</h3>
</div>

</div>
{% if meeting.topics.active %}
<div class="row-fluid">

<div class="module span12">
Expand All @@ -76,6 +77,7 @@ <h4>Topics</h4>
</div>

</div><!-- #row-fluid -->
{% endif %}

</div>

Expand Down

0 comments on commit 661feaf

Please sign in to comment.