Skip to content

Commit

Permalink
First commit to resolve the issue luanfonceca#558
Browse files Browse the repository at this point in the history
This commit just remove event.description field from event list page.
  • Loading branch information
jh12-ao committed Oct 25, 2019
1 parent c9350d8 commit 0facff9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions deck/templates/event/snippets/event_list_item.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,7 @@ <h3 class="panel-title event-title">{{ event.title }}</h3>
{% endwith %}
{% endif %}
</p>
<div class="event-description">
{{ event.description|safe }}
</div>

{% if event_detail %}
<!-- Go to www.addthis.com/dashboard to customize your tools -->
<br>
Expand Down

0 comments on commit 0facff9

Please sign in to comment.