{% extends "cosinnus_event/base.html" %} {% load i18n static cosinnus_tags widget_tweaks %} {% block extrahead %} {{ block.super }} {% include 'cosinnus/common/simplemde_dependencies.html' with element_id=form.form.obj.note.id_for_label %} {% endblock %} {% block page_title %} {% if form_view == "add" %} {% trans "Add unscheduled event" %} {% elif form_view == "edit" %} {% trans "Edit" %} {{ event.title }} {% endif %} {{ block.super }} {% endblock page_title %} {% block breadcrumb %} {{ block.super }}
{% trans "There was an error in one of the fields you entered. Please correct it before saving!" %}