From 3edc238e516029eec37ca84c53a59f7a958aa482 Mon Sep 17 00:00:00 2001 From: Matthijs Kooijman Date: Tue, 19 Oct 2010 10:54:27 +0200 Subject: [PATCH] tickets: Use CSRF protection middleware. --- tickets/templates/tickets/bookingform.html | 1 + 1 file changed, 1 insertion(+) diff --git a/tickets/templates/tickets/bookingform.html b/tickets/templates/tickets/bookingform.html index 47a740d..671a1ac 100644 --- a/tickets/templates/tickets/bookingform.html +++ b/tickets/templates/tickets/bookingform.html @@ -3,6 +3,7 @@ {% block content %}

Reserveren

+{% csrf_token %} {{ form.as_table }}
-- 2.30.2