{% extends 'admin_dash/base.html' %} {% load static %} {% load humanize %} {% block content %}
{% for field in form %} {% for error in field.errors %} {% endfor %} {% endfor%}

Update Blog

{% csrf_token %}
{% if the_project.image %}{{the_project.image.url}}{% endif %}
{% if the_project.detail_image %}{{the_project.detail_image.url}}{% endif %}
{% endblock content %}