diff --git a/oef/views.py b/oef/views.py index cccc5fd6..34c02019 100644 --- a/oef/views.py +++ b/oef/views.py @@ -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={