{% extends "admin/dashboard.html" %} {% load static %} {% block title %} Admin | Edit Event {% endblock title %} {% block content %}
{% csrf_token %}

Add Featured Image

{% if event.image %} Current Featured Image {% endif %}
Please upload a valid image file.

General Information

Please enter a valid title.
Please enter the event venue.
Please select the blog status.
{% endblock %}