From f6d9ff7685fa3d5e1f2606bac4ae1a7d0352cbd4 Mon Sep 17 00:00:00 2001 From: guange <8863824@gmail.com> Date: Fri, 18 Jan 2019 10:53:56 +0800 Subject: [PATCH] . --- chapter2/mysite/myapp/templates/myapp/crawl.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chapter2/mysite/myapp/templates/myapp/crawl.html b/chapter2/mysite/myapp/templates/myapp/crawl.html index 9e49e1b..b3542b8 100644 --- a/chapter2/mysite/myapp/templates/myapp/crawl.html +++ b/chapter2/mysite/myapp/templates/myapp/crawl.html @@ -121,7 +121,7 @@ {% for new in news %} - {{new.comment_id}}{{new.content}}{{new.comment_time}} + {{new.comment_id}}{{new.content}}{{new.comment_time}} {% endfor %}