Removing project content and adding a note
[laas.git] / src / templates / base / booking / booking_delete.html
diff --git a/src/templates/base/booking/booking_delete.html b/src/templates/base/booking/booking_delete.html
deleted file mode 100644 (file)
index 4afa370..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-{% load bootstrap4 %}
-
-<p>
-    Really delete Booking from {{ booking.start}} to {{ booking.end }}?
-</p>
-<p>
-    <div id="booking_delete_form_div">
-        <a href="{% url 'booking:delete_booking' booking_id=booking.id %}" class="btn btn btn-danger">Delete Booking</a>
-    </div>
-</p>
\ No newline at end of file