summaryrefslogtreecommitdiff
path: root/workshop_app/forms.py
diff options
context:
space:
mode:
Diffstat (limited to 'workshop_app/forms.py')
-rw-r--r--workshop_app/forms.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/workshop_app/forms.py b/workshop_app/forms.py
index ec6db80..b5c3d27 100644
--- a/workshop_app/forms.py
+++ b/workshop_app/forms.py
@@ -1,4 +1,3 @@
-
from django import forms
from django.utils import timezone
from .models import (
@@ -25,7 +24,7 @@ position_choices = (
)
department_choices = (
- ("computer", "Computer Science"),
+ ("computer engineering", "Computer Science"),
("information technology", "Information Technology"),
("civil engineering", "Civil Engineering"),
("electrical engineering", "Electrical Engineering"),