diff --git a/project/templates/_macros.html b/project/templates/_macros.html index a3e9166..ea55e38 100644 --- a/project/templates/_macros.html +++ b/project/templates/_macros.html @@ -365,7 +365,7 @@ {{ render_int_prop(event.expected_participants, 'fa-users', 'Expected number of participants') }} {% endmacro %} -{% macro render_event_props(event, start, end, dates = None, show_rating = False, show_admin_unit = True) %} +{% macro render_event_props(event, start, end, dates = None, show_rating = False, show_admin_unit = True, share_links=None, calendar_links=None) %}