From ebe3a3a7e13157a75572d83514fff89a718f3c88 Mon Sep 17 00:00:00 2001 From: Uwe Kamper Date: Tue, 29 Sep 2015 21:34:54 +0200 Subject: [PATCH] upgrade templates to named urls for django-1.8 --- account/templates/admin.html | 2 +- account/templates/clabpin.html | 2 +- account/templates/gastropin.html | 2 +- account/templates/group_list.html | 1 - account/templates/member_base.html | 18 +++++++++--------- account/templates/nrf24.html | 2 +- account/templates/password.html | 2 +- account/templates/rfid.html | 2 +- account/templates/sippin.html | 2 +- account/templates/wlan_presence.html | 2 +- 10 files changed, 17 insertions(+), 18 deletions(-) diff --git a/account/templates/admin.html b/account/templates/admin.html index 6e7adc9..8bd8d28 100644 --- a/account/templates/admin.html +++ b/account/templates/admin.html @@ -9,7 +9,7 @@ {% endblock %} {% block form_fields %} -
+ {% csrf_token %} {{ form|crispy }} diff --git a/account/templates/clabpin.html b/account/templates/clabpin.html index 0525404..13965fe 100644 --- a/account/templates/clabpin.html +++ b/account/templates/clabpin.html @@ -9,7 +9,7 @@ {% endblock %} {% block form_fields %} - + {% csrf_token %} {{ form|crispy }} diff --git a/account/templates/gastropin.html b/account/templates/gastropin.html index 593f7fb..ff476d6 100644 --- a/account/templates/gastropin.html +++ b/account/templates/gastropin.html @@ -14,7 +14,7 @@ {% endblock %} {% block form_fields %} - + {% csrf_token %} {{ form|crispy }} diff --git a/account/templates/group_list.html b/account/templates/group_list.html index 0548fb2..d29f9ab 100644 --- a/account/templates/group_list.html +++ b/account/templates/group_list.html @@ -1,7 +1,6 @@ {% extends "base.html" %} {% block container %} - BLA

members of {{ group.name }}

diff --git a/account/templates/member_base.html b/account/templates/member_base.html index 6b850e9..6f629a1 100644 --- a/account/templates/member_base.html +++ b/account/templates/member_base.html @@ -4,41 +4,41 @@ {% block body %}