Remove unnecessary space
This commit is contained in:
parent
69fdf0422b
commit
0b2daf3786
|
@ -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})
|
Loading…
Reference in New Issue
Block a user