From a3ff98eff2412340caa07b8a0f2b327d5a40d755 Mon Sep 17 00:00:00 2001 From: Ailson da Cruz Date: Fri, 9 Sep 2016 15:16:26 -0300 Subject: [PATCH] Adding message to home student template #& --- app/templates/home_student.html | 10 ++++++++++ 1 file changed, 10 insertions(+), 0 deletions(-) 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