Unindented the indent

This commit is contained in:
Mr McClain 2016-02-11 16:31:41 -06:00
parent 8a3abcdd2d
commit b6df21c8a4

View File

@ -119,6 +119,6 @@ def edit_optimer(request, optimer_id):
'operation_name': op.operation_name,
'fc': op.fc,
'details': op.details,
}
}
form = optimerUpdateForm(initial= data)
return render_to_response('registered/optimerupdate.html', {'form':form}, context_instance=RequestContext(request))