From 2a1f15683e5192d73770d750778374e55e2560a4 Mon Sep 17 00:00:00 2001 From: Ross Date: Mon, 11 Nov 2024 13:44:47 +0000 Subject: [PATCH] . --- oef/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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={