fix rcr item form
This commit is contained in:
+2
-2
@@ -20,8 +20,8 @@ from django.contrib.auth.models import User
|
||||
|
||||
class ItemForm(ModelForm):
|
||||
|
||||
radiology_category = ModelMultipleChoiceField(queryset=RadiologyCategory.objects.all())
|
||||
oncology_category = ModelMultipleChoiceField(queryset=OncologyCategory.objects.all())
|
||||
#radiology_category = ModelMultipleChoiceField(queryset=RadiologyCategory.objects.all())
|
||||
#oncology_category = ModelMultipleChoiceField(queryset=OncologyCategory.objects.all())
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -28,5 +28,9 @@
|
||||
pre {
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
select option:checked {
|
||||
color: white;
|
||||
|
||||
}
|
||||
</style>
|
||||
{% endblock css %}
|
||||
|
||||
Reference in New Issue
Block a user