Commit 836d3d18 authored by Jan Ericsson Ong Ang's avatar Jan Ericsson Ong Ang

edited a syntax error involving the commas of location_choices

parent d6c53e5a
...@@ -2,9 +2,9 @@ from django.db import models ...@@ -2,9 +2,9 @@ from django.db import models
location_choices = ( location_choices = (
('onsite', 'ONSITE') ('onsite', 'ONSITE'),
('online', 'ONLINE') ('online', 'ONLINE'),
('hybrid', 'HYBRID') ('hybrid', 'HYBRID'),
) )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment