From 8a5516dcac875b3560e60c196b090730826bd80f Mon Sep 17 00:00:00 2001 From: fbormann Date: Fri, 14 Oct 2016 00:22:56 -0300 Subject: [PATCH] fixed time presentation of the notification --- app/templates/home_teacher_student_content.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/templates/home_teacher_student_content.html b/app/templates/home_teacher_student_content.html index b64ca4e..28c430a 100644 --- a/app/templates/home_teacher_student_content.html +++ b/app/templates/home_teacher_student_content.html @@ -17,7 +17,7 @@

{{ notification.user }}

{{notification.message}} em : Recurso

-

{{ notification.datetime }}

+

{{ notification.datetime|timesince }} {% trans "ago" %}

-- libgit2 0.21.2