diff --git a/_layouts/course.html b/_layouts/course.html index 32b8ccb..c4b7976 100644 --- a/_layouts/course.html +++ b/_layouts/course.html @@ -84,15 +84,17 @@

{{ page.title }}

+ {% if page.requisite != '' %}

Priporočeno predhodno izobraževanje

-

{% if page.requisite != '' %}{{ page.requisite }}{% else %}➖{% endif %}

+

{{ page.requisite }}

+ {% endif %}