Formatting.
This commit is contained in:
parent
ac2981ffc6
commit
ea9b46961b
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user