ZmjbS / tsar

Django project for managing members and events at an SAR unit.
1 stars 3 forks source link

Merge event_response_new and event_response #50

Closed ZmjbS closed 10 years ago

ZmjbS commented 10 years ago

The two views do about the same and should be merged. event_response_new works for a specific member but event_response on the current one. Best to just check whether a member is being passed to the function in the POST data and else set the member to the current member.

ZmjbS commented 10 years ago

Done. Also merged the two event response handling JavaScript functions.