{% extends "user_image/view.html" %} {% block inline_css %} {% endblock %} {% block javascript %} {% endblock %} {% block title %} {{block.super}} > Edit {% endblock %} {% block content %}
{% csrf_token %}
Description:
{{ image_form.description }} {{ image_form.description.errors }}
Album
Select an album to move this image into. You can create new albums at your dashboard.
{{ image_form.album }}
Flags
{% include 'flag/chooser.html' with flags=flags selected_flags=selected_flags %}
Visibility:
Permit anyone to view this image?
{{ image_form.publicly_visible }} {{ image_form.publicly_visible.errors }}
License:
Your default license setting is {% include 'license/license_link.html' with license=user.get_profile.default_license %}.
Allow commercial use?
{{ license_form.allow_commercial_use }} {{ license_form.allow_commercial_use.errors }}

Allow modifications?
{{ license_form.allow_modifications.errors }} {{ license_form.allow_modifications }}

Cancel
{% endblock %}