Removed debug output.
This commit is contained in:
		@@ -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}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user