{% extends "eventum_events/create.html" %} {% import "eventum_macros.html" as macros %} {% block title %}Edit {{ event.title }}{% endblock %} {% block pagetitle %}Edit Post{% endblock %} {% block pagelink %}{{ url_for('events.index') }}{% endblock %} {% block action %} action="{{ url_for('events.edit', event_id=event.id) }}" {% endblock %} {% block barright %}
{% endblock %} {% block toolbar %} {{ super() }}You may edit the current, upcoming, or all events in this series
{% endcall %} {% call macros.modal(modal="save-options") %}You may edit the current, upcoming, or all events in this series
{% endcall %} {{ super() }} {% endblock %}