{%load widget_tweaks%} {% load static %}
{% include 'adminfront/admin-sidebar.html'%} {% block content %} {% endblock %}
{% csrf_token%} {% for field in form.visible_fields%}
{{field|add_class:'form-control'}} {% for error in field.errors%} {{error}} {% endfor %}
{% endfor%}
cancel
{% if posts %} {% for st in posts %} {% endfor %}
Sr.No. Alt Text Blog Image Image URL Edit Delete
{{st.id}} {{st.alt_text}} https://www.getyourmenu.in/media/{{st.images}} Edit
{% csrf_token %}
{% else %}

No Records

{% endif %}