diff --git a/subjects/templates/subjects/list.html b/subjects/templates/subjects/list.html
index 5ca51a5..7670a15 100644
--- a/subjects/templates/subjects/list.html
+++ b/subjects/templates/subjects/list.html
@@ -92,7 +92,7 @@
{% if user in category.coordinators.all %}
{% endif %}
-
+
{% for subject in category.subjects %}
{% include "subjects/subject_card.html" %}
{% endfor %}
@@ -100,6 +100,8 @@
+
+
{% comment %}
diff --git a/subjects/templates/subjects/subject_card.html b/subjects/templates/subjects/subject_card.html
index 31bf404..44597ec 100644
--- a/subjects/templates/subjects/subject_card.html
+++ b/subjects/templates/subjects/subject_card.html
@@ -49,8 +49,12 @@
{{subject.description_brief|safe}}
-
-
+ {% if request.user in subject.students.all %}
+
+ {% else %}
+
+ {% endif %}
+
\ No newline at end of file
--
libgit2 0.21.2