Adjust column widths

This commit is contained in:
Oliver Davies 2017-03-19 11:59:35 +00:00
parent d33e78a2fa
commit a3470acdca
4 changed files with 20 additions and 18 deletions

View file

@ -7,5 +7,5 @@
{% set events = events|merge([event]) %}
{% endfor %}
{% include "talks-table" with { events: events } %}
{% include "talks-table" with { events: events, hide_talk: true } %}
</div>