We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0bc6675 + 4c45866 commit 38c9622Copy full SHA for 38c9622
1 file changed
manage_breast_screening/core/context_processors.py
@@ -1,5 +1,5 @@
1
def nav_active(request):
2
- if request.path.startswith("/clinics/"):
+ if request.path.startswith(("/clinics/", "/mammograms/", "/participants/")):
3
active = "clinics"
4
else:
5
active = "home"
0 commit comments