Removed debug output.
This commit is contained in:
parent
602a8bb1e6
commit
89060f4ce0
@ -102,7 +102,6 @@ class PlaceDeleteView(View):
|
|||||||
|
|
||||||
def get(self, request, pk, *args, **kwargs):
|
def get(self, request, pk, *args, **kwargs):
|
||||||
place = Place.objects.get(pk=pk)
|
place = Place.objects.get(pk=pk)
|
||||||
print(pk, place.name)
|
|
||||||
place_delete_form = PlaceDeleteForm()
|
place_delete_form = PlaceDeleteForm()
|
||||||
|
|
||||||
context = {'place': place, 'form': place_delete_form}
|
context = {'place': place, 'form': place_delete_form}
|
||||||
|
Loading…
Reference in New Issue
Block a user