{% extends 'crm/base.html' %} {% load static widget_tweaks %} {% block title %} Digital Assets {% endblock title %} {% block body %}
Update Image

Update your digital assets here

{% csrf_token %}
{% for field in form %}
{{field.label_tag}} {%if field.errors %}
{{field.errors}}
{% endif %}
{% endfor %}
{% endblock body %}