Superevents
Compare changes
Files
2- Tanner Prestegard authored
Changing \d+ to \d{6} in superevent date ID regex. This prevents ValueErrors from occurring when people try to go to URLs like /superevents/view/S0001.
@@ -7,7 +7,7 @@ from .views import SupereventViewSet, SupereventEventViewSet, \