{% extends "geonode_base.html" %} {% load i18n %} {% block body_class %}Upload a Thumbnail{% endblock %} {% block body_outer %} {% if error %}
{{ error }}
{% endif %}
{% if resource.curatedthumbnail %}
Current thumbnail
{% csrf_token %}
{% endif %}
{% csrf_token %} {{ form.img }}
{% trans "Auto generated thumbnail" %}
{% endblock %}