Fixed Indentation Error

This commit is contained in:
Mr McClain 2016-01-20 21:53:51 -06:00
parent bc22473c16
commit 83c83f8b1b

View File

@ -57,7 +57,7 @@ def add_optimer_view(request):
op.fc = form.cleaned_data['fc']
op.details = form.cleaned_data['details']
op.create_time = post_time
op.eve_character = character
op.eve_character = character
op.save()
return HttpResponseRedirect("/optimer/")
else: