Superevents
Compare changes
Files
2- Tanner Prestegard authored
Adding ability to create_emobservation to handle comma-separated strings as input rather than lists, which is necessary for handling input from the web form on the event pages.
+ 16
− 2
@@ -22,10 +22,11 @@ from core.vfile import VersionedFile
@@ -488,7 +489,7 @@ def create_eel(d, event, user):
@@ -528,6 +529,19 @@ def create_emobservation(request, event):