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 %} + +