.
This commit is contained in:
+1
-1
@@ -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={
|
||||
|
||||
Reference in New Issue
Block a user