{% extends "admin_base.html" %} {% load static %} {% block title %}{% if form.instance.pk %}Edit{% else %}Create{% endif %} Blog - Admin Panel{% endblock %} {% block content %}
{{ form.title.errors.0 }}
{{ form.content.errors.0 }}
PNG, JPG, GIF up to 1MB
{{ form.status.errors.0 }}
{{ form.category.errors.0 }}
{{ form.topic.errors.0 }}
{{ form.authors.errors.0 }}
{{ form.related_topics.errors.0 }}
{{ form.published_time.errors.0 }}
{{ form.feature_this.errors.0 }}
0%