belenios
belenios copied to clipboard
Do not throw an error if unable to save questions
Issue #80
With unsaved questions
When leaving the admin/election page (for example by clicking on "Home")
It fails to update the election because get_current_uuid is incorrectly set to Uuid.dummy since we exited the form.
This is a quick fix to avoid the error when this case occurs.