Skip to content

Commit

Permalink
- upload_session.completed_step = 'time' if _ALLOW_TIME_STEP else 'c…
Browse files Browse the repository at this point in the history
…heck'
  • Loading branch information
afabiani committed Nov 8, 2018
1 parent b498dff commit 53386cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geonode/upload/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -472,7 +472,7 @@ def time_step_view(request, upload_session):
return next_step_response(request, upload_session)
else:
# TODO: Error
upload_session.completed_step = 'time' if _ALLOW_TIME_STEP else 'check'
upload_session.completed_step = 'check'
return next_step_response(request, upload_session)
elif request.method != 'POST':
raise Exception()
Expand Down

0 comments on commit 53386cc

Please sign in to comment.