Initials
This commit is contained in:
7
templates/events/event_confirm_delete.html
Normal file
7
templates/events/event_confirm_delete.html
Normal file
@@ -0,0 +1,7 @@
|
||||
{% extends 'base.html' %}
|
||||
{% block content %}
|
||||
<h3>Delete Event</h3>
|
||||
<p>Are you sure you want to delete <strong>{{ object.name }}</strong>?</p>
|
||||
<form method="post">{% csrf_token %}<button class="btn btn-danger">Yes, delete</button>
|
||||
<a class="btn btn-secondary" href="{% url 'events:event_list' %}">Cancel</a></form>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user