Skip to content
Snippets Groups Projects
Commit 63bb6159 authored by Todd Dembrey's avatar Todd Dembrey
Browse files

Remove the save draft from the options (temporarily)

parent 553c734c
No related branches found
No related tags found
No related merge requests found
......@@ -253,7 +253,8 @@ class BaseSubmissionEditView(UpdateView):
return super().dispatch(request, *args, **kwargs)
def buttons(self):
yield ('save', 'white', 'Save Draft')
# See #643 we are getting errors on save draft
# yield ('save', 'white', 'Save Draft')
yield ('submit', 'primary', 'Submit')
def get_form_kwargs(self):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment