Selaa lähdekoodia

Delete Pin.__init__ as we are not doing anything special

tags/v1.0.0
Krzysztof Klimonda 11 vuotta sitten
vanhempi
commit
2b5ae4829d
1 muutettua tiedostoa jossa 0 lisäystä ja 3 poistoa
  1. +0
    -3
      pinry/pins/forms.py

+ 0
- 3
pinry/pins/forms.py Näytä tiedosto

@@ -11,9 +11,6 @@ class PinForm(forms.Form):
description = forms.CharField(label='Description', required=False, widget=forms.Textarea)
tags = TagField()

def __init__(self, *args, **kwargs):
super(forms.Form, self).__init__(*args, **kwargs)

def check_if_image(self, data):
# Test file type
image_file_types = ['png', 'gif', 'jpeg', 'jpg']


Ladataan…
Peruuta
Tallenna