diff --git a/app/templates/home_student.html b/app/templates/home_student.html index a24a7ae..6c72a3a 100644 --- a/app/templates/home_student.html +++ b/app/templates/home_student.html @@ -27,6 +27,16 @@ {% block content %}

{% trans 'Notifications' %}

+ {% if messages %} + {% for message in messages %} + + {% endfor %} + {% endif %}
His course has notified a new activity! -- libgit2 0.21.2