add nuclear modicien
This commit is contained in:
@@ -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
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user