From fb5629327374e5e1b7260a936e1e158e31e12785 Mon Sep 17 00:00:00 2001 From: Ludovic Stephan Date: Mon, 3 Jun 2019 19:35:15 +0200 Subject: [PATCH] =?UTF-8?q?Supprime=20un=20formulaire=20inutilis=C3=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- kfet/forms.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/kfet/forms.py b/kfet/forms.py index cb775308..b8d670c1 100644 --- a/kfet/forms.py +++ b/kfet/forms.py @@ -119,11 +119,6 @@ class CofForm(forms.ModelForm): fields = ["login_clipper", "is_cof", "departement"] -class CofRestrictForm(CofForm): - class Meta(CofForm.Meta): - fields = ["departement"] - - class UserForm(forms.ModelForm): class Meta: model = User