{% extends 'admin/base.html' %} {% block content %}

Upload CSV File

{% csrf_token %}
CSV file should have the following columns: Registration_Code, Email, Full_Name, Event_Name, Status, Payment_Status, Package_Name, Package_Description, Activity_Price
{% endblock %}