Skip to content

Make sure events registration uses POST and is done when 'register' is pressed

Sébastiaan Versteeg requested to merge fix/340-events-post into master

Closes #340 and #346 (closed)

Before the registration used GET requests, now it uses POST. Before the registration was completed after filling in the info fields, now it is completed when 'register' is pressed.

Merge request reports