From ae4327dd5b25344d0f0d81361fff62e455062871 Mon Sep 17 00:00:00 2001 From: tcaxle Date: Fri, 17 Apr 2020 21:44:52 +0100 Subject: [PATCH] more css --- templates/characterDetail.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/characterDetail.html b/templates/characterDetail.html index 9113dd8..f979f1b 100644 --- a/templates/characterDetail.html +++ b/templates/characterDetail.html @@ -595,8 +595,8 @@

Specialities

{% if object.specialitySet %} {% for speciality in object.specialitySet %} -

{{ speciality }}

-

+

{{ speciality }}

+

{% if speciality.description %} {{ speciality.description }} {% else %} @@ -605,7 +605,7 @@

{% endfor %} {% else %} -

No specialities found.

+

No specialities found.

{% endif %} {% endblock %}