{% extends 'admin/base_site.html' %} {% block title %}{{ title }}{% endblock %} {% block page_title %}{{ title }}{% endblock %} {% block nav_events %}active{% endblock %} {% block topbar_actions %} ← Back to Events {% endblock %} {% block content %}
{% csrf_token %}

Basic Info

Tags

Select tags to categorise this event.

{% for tag in all_tags %} {% empty %}

No tags yet. Create one.

{% endfor %}

Date & Location

Tickets & Capacity

Organiser

Enter a user ID to assign organiser. Blank = yourself.

{% if event %}
Current: {{ event.organiser.username }} (ID: {{ event.organiser_id }})
{% endif %}

Banner

{% if event %} {% with banner=event.get_banner %} {% if banner %}
Banner
{% endif %} {% endwith %} {% endif %}
Cancel
{% endblock %}