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