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