Bugfix for superevent date ID regex
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.
Loading
Please register or sign in to comment
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.