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