Revert "Building a voucher-verify form."
This reverts commit 9bd85aba7a
.
This commit is contained in:
parent
f2f32351e1
commit
81034ef613
@ -38,6 +38,7 @@ 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