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):
|
class ItemForm(ModelForm):
|
||||||
|
|
||||||
radiology_category = ModelMultipleChoiceField(queryset=RadiologyCategory.objects.all())
|
#radiology_category = ModelMultipleChoiceField(queryset=RadiologyCategory.objects.all())
|
||||||
oncology_category = ModelMultipleChoiceField(queryset=OncologyCategory.objects.all())
|
#oncology_category = ModelMultipleChoiceField(queryset=OncologyCategory.objects.all())
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -28,5 +28,9 @@
|
|||||||
pre {
|
pre {
|
||||||
white-space: pre-wrap;
|
white-space: pre-wrap;
|
||||||
}
|
}
|
||||||
|
select option:checked {
|
||||||
|
color: white;
|
||||||
|
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
{% endblock css %}
|
{% endblock css %}
|
||||||
|
|||||||
Reference in New Issue
Block a user