This commit is contained in:
Ross
2024-11-11 13:44:47 +00:00
parent 2aff0f6a32
commit 2a1f15683e
+1 -1
View File
@@ -126,7 +126,7 @@ def subspecialties(request):
format_map.append((s, s.formats_set.all()))
format_map.append(
"Nuclear Medicine", Formats.objects.filter(name__startswith="NM")
("Nuclear Medicine", Formats.objects.filter(name__startswith="NM"))
)
return render(request, "oef/subspecialties.html", context={