From 2dc2346962174e7d7c241a55129f081b192e1a1d Mon Sep 17 00:00:00 2001 From: Ross Date: Mon, 28 Oct 2024 17:00:29 +0000 Subject: [PATCH] . --- oef/templates/oef/subspecialties.html | 25 +++++++++++++++++++------ 1 file changed, 19 insertions(+), 6 deletions(-) diff --git a/oef/templates/oef/subspecialties.html b/oef/templates/oef/subspecialties.html index f7b4468a..d2e30e38 100644 --- a/oef/templates/oef/subspecialties.html +++ b/oef/templates/oef/subspecialties.html @@ -2,7 +2,7 @@ {% block content %}

Subspecialties

- + This page shows the questions that are currently displayed in maxims. The questions are grouped by subspecialty. Examinations that use the same questions are grouped together. {% for subspecialty, formats in format_map %}

{{subspecialty}}

@@ -11,7 +11,6 @@ {% for format in formats %}
  • Name: {{format}}
    -
    + + Also in (subspecialty): {% for sub in format.specialties.all %} + {{sub}}, + + {% endfor %} + +
    {{format.format}}
  • @@ -56,11 +62,18 @@ } .result { float: right; + border: 1px white dashed; } - h5 { - content: ""; - clear: both; - display: table; + h5, h4{ + content: ""; + clear: both; + display: table; + } + .subs { + color: darkgreen; + size: 0.8em; + float: right; + }