Further candidate management improvements

This commit is contained in:
Ross
2022-11-28 15:48:50 +00:00
parent 77687327ea
commit 65b1d2da3c
11 changed files with 219 additions and 59 deletions
+2 -1
View File
@@ -22,7 +22,7 @@ from .models import (
QuestionType,
Exam,
)
from generic.models import Examination
from generic.models import CidUserGroup, Examination
from django.contrib.admin.widgets import FilteredSelectMultiple
from django.forms.widgets import RadioSelect, TextInput, Textarea
@@ -204,6 +204,7 @@ class BodyPartForm(ModelForm):
class ExamForm(ExamFormMixin, ModelForm):
class Meta(ExamFormMixin.Meta):
model = Exam
+4
View File
@@ -907,4 +907,8 @@ tr:has(.errorlist){
form .submit-button {
margin-top: 10px;
margin-bottom: 10px;
}
h1, h2, h3, h4, h5, h6 {
margin-top: 10px;
}