Commit 33ab9abf703639f80376e62e5abd0a0c54459664

Authored by Matheus Lins
1 parent c14c4b61

back Felipe code, home_teacher_student_content

app/templates/home_teacher_student_content.html
1 1 {% load static i18n %}
2 2  
3   -<!--{% for notification in objects %}
  3 +{% for notification in objects %}
4 4 <li {% if not notification.read %}class="not_read"{% endif %}>
5 5 <div class="avatar">
6 6 <img src="{{ notification.user.image_url }}">
... ... @@ -16,5 +16,5 @@
16 16 <div class="arrow"></div>
17 17 </div>
18 18 </li>
19   -{% endfor %}-->
  19 +{% endfor %}
20 20  
... ...