From 9454f4997ba6f4745654686cea5b0a67176d2f72 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Sun, 29 Jun 2014 11:37:15 +0200 Subject: Mark an article as read or unread via the REST API. --- pyaggr3g470r/templates/home.html | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'pyaggr3g470r/templates') diff --git a/pyaggr3g470r/templates/home.html b/pyaggr3g470r/templates/home.html index 95fa3b44..4f691a50 100644 --- a/pyaggr3g470r/templates/home.html +++ b/pyaggr3g470r/templates/home.html @@ -106,11 +106,13 @@ {% endif %} + {% if article.readed %} - - {% else %} - + + {% else %} + {% endif %} + {% endfor %} -- cgit