From 6bab4ba0ce3e20e09eaecb117f50efdda4cfe993 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Sat, 28 Jun 2014 15:13:33 +0200 Subject: Try to delete an article with a jQuery DELETE call. --- pyaggr3g470r/templates/home.html | 21 ++++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) (limited to 'pyaggr3g470r') diff --git a/pyaggr3g470r/templates/home.html b/pyaggr3g470r/templates/home.html index 2c9460df..3db5eb87 100644 --- a/pyaggr3g470r/templates/home.html +++ b/pyaggr3g470r/templates/home.html @@ -98,7 +98,7 @@ {{ article.title|safe }} {{ article.date|datetime }} - + {% if article.like %} @@ -136,7 +136,6 @@ {% endblock %} -- cgit