diff --git a/lostplaces/lostplaces_app/views.py b/lostplaces/lostplaces_app/views.py index b32dfc1..00b03b2 100644 --- a/lostplaces/lostplaces_app/views.py +++ b/lostplaces/lostplaces_app/views.py @@ -38,7 +38,6 @@ class PlaceUpdateView(UpdateView): return reverse_lazy('place_detail', kwargs={'pk':self.get_object().pk}) class PlaceCreateView(View): - def get(self, request, *args, **kwargs): place_image_form = PlaceImageCreateForm() place_form = PlaceForm()