From 76c96a32fe8fe4c81eef73c38a8a8980ccf6ce69 Mon Sep 17 00:00:00 2001 From: Ross Date: Mon, 28 Oct 2024 17:01:48 +0000 Subject: [PATCH] . --- oef/templates/oef/subspecialties.html | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/oef/templates/oef/subspecialties.html b/oef/templates/oef/subspecialties.html index d2e30e38..2df7357f 100644 --- a/oef/templates/oef/subspecialties.html +++ b/oef/templates/oef/subspecialties.html @@ -11,6 +11,12 @@ {% for format in formats %}
  • Name: {{format}}
    + Also in (subspecialty): {% for sub in format.specialties.all %} + {{sub}}, + + {% endfor %} + +