{% extends "cosinnus_poll/base.html" %} {% load i18n static cosinnus_tags widget_tweaks thumbnail %} {% block extrahead %} {{ block.super }} {% include 'cosinnus/common/simplemde_dependencies.html' with element_id=form.forms.obj.description.id_for_label %} {% endblock %} {% block page_title %} {% if form_view == "add" %} {% trans "Add poll" %} {% elif form_view == "edit" %} {% trans "Edit" %} {{ poll.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!" %}