add nuclear modicien

This commit is contained in:
Ross
2024-11-11 13:42:35 +00:00
parent ed933c8104
commit 2aff0f6a32
+4
View File
@@ -125,6 +125,10 @@ def subspecialties(request):
for s in subspecialties:
format_map.append((s, s.formats_set.all()))
format_map.append(
"Nuclear Medicine", Formats.objects.filter(name__startswith="NM")
)
return render(request, "oef/subspecialties.html", context={
"format_map": format_map
})