diff --git a/youmap/templates/chickpea/map_form.html b/youmap/templates/chickpea/map_form.html index d7b928df..c293d9a8 100644 --- a/youmap/templates/chickpea/map_form.html +++ b/youmap/templates/chickpea/map_form.html @@ -8,8 +8,11 @@ {% endfor %} {{ form.description }} {{ form.description.errors }} + {{ form.licence }} - {{ form.licence.errors }} + {% for error in form.licence.errors %} + {{ error|escape }} + {% endfor %} {{ form.zoom }} {{ form.center }}