pedagogy: simplify and implement department system according to old database model

This commit is contained in:
2019-06-18 10:56:05 +02:00
parent d44fa73b2a
commit 358a625cc4
8 changed files with 35 additions and 94 deletions

View File

@ -43,6 +43,7 @@ class UVForm(forms.ModelForm):
"credit_type",
"semester",
"language",
"department",
"credits",
"hours_CM",
"hours_TD",