Remove unnecessary space

This commit is contained in:
George Lacey 2022-04-09 19:06:06 +01:00
parent 69fdf0422b
commit 0b2daf3786

View File

@ -98,6 +98,6 @@ def post_location(request):
return HttpResponseRedirect(reverse('index'))
else:
form = LocationForm ()
form = LocationForm()
return render(request, 'borg/post/location.html', {'form': form})