agree create 2

This commit is contained in:
H.T. Kruitbosch 2018-05-04 16:38:35 +02:00
parent 38fbabecaf
commit de61de4be3
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
__version__ = '0.1.34'
__version__ = '0.1.35'

View File

@ -6,5 +6,5 @@ class RequestGDPRDelete(forms.Form):
class GDPRAgreeCreate(forms.Form):
data = forms.TextField(widget=forms.HiddenInput)
data = forms.CharField(widget=forms.HiddenInput)