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 @@
{{ speciality }}
-+
{{ speciality }}
+{% if speciality.description %} {{ speciality.description }} {% else %} @@ -605,7 +605,7 @@
{% endfor %} {% else %} -No specialities found.
+No specialities found.
{% endif %} {% endblock %}