From eeb04832232ff9ef5d1711fc6b4069511f64dc5b Mon Sep 17 00:00:00 2001 From: Ross Date: Mon, 28 Oct 2024 17:05:08 +0000 Subject: [PATCH] . --- oef/templates/oef/subspecialties.html | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/oef/templates/oef/subspecialties.html b/oef/templates/oef/subspecialties.html index 2df7357f..9f561cec 100644 --- a/oef/templates/oef/subspecialties.html +++ b/oef/templates/oef/subspecialties.html @@ -11,11 +11,14 @@ {% for format in formats %}
  • Name: {{format}}
    + {% if format.specialties.all.count > 1 %} Also in (subspecialty): {% for sub in format.specialties.all %} + {% if sub != subspecialty %} {{sub}}, + {% endif %} {% endfor %} - + {% endif %}
    @@ -74,8 +77,12 @@ color: darkgreen; size: 0.8em; float: right; + opacity: 0.5; } + .subs:hover { + opacity: 1; + } {% endblock css %}