diff --git a/expert_witnesses/templates/expertViewer.html b/expert_witnesses/templates/expertViewer.html index ea6ea1d..3c59570 100644 --- a/expert_witnesses/templates/expertViewer.html +++ b/expert_witnesses/templates/expertViewer.html @@ -2,12 +2,12 @@ {% block head %} {% endblock %} @@ -15,7 +15,7 @@
-
+

{{ expert.name }}

{% if expert.institute %} @@ -24,6 +24,14 @@ No Institute {% endif %}
+
+
Expertise
+
    + {% for e in expert.expertise.all %} +
  • {{ e.field }}
  • + {% endfor %} +
+
Cases
@@ -35,7 +43,8 @@ {% for case in expert.cases.all %} - + @@ -49,7 +58,7 @@
{{ case.synopsis }} {{ case.published }}
-
+
Areas of Expertise
    {% for e in expert.expertise.all %}