{% extends "admin_base.html" %} {% block content %}

Update Blog in Issue

{% csrf_token %} {% if form.errors %}

Please correct the errors below

{% endif %}
{% for error in form.order.errors %}

{{ error }}

{% endfor %}
{% for error in form.notes.errors %}

{{ error }}

{% endfor %}
Cancel
{% endblock %}