gastropin works

This commit is contained in:
Uwe Kamper 2013-10-25 23:15:30 +02:00
parent c74b6565f9
commit 5691659fe1
4 changed files with 54 additions and 9 deletions

View file

@ -51,7 +51,7 @@ class GastroPinForm(forms.Form):
raise forms.ValidationError(
_('The PINs entered were not identical.'),
code='not_identical')
return cleaned_data
class WlanPresenceForm(forms.Form):