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 %}