From b6aa3f737d5495b6a461010370fc5395a969e1cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=BD=A6=E4=BA=AE=E4=BA=AE?= Date: Sat, 24 Dec 2016 17:38:10 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=9C=AA=E6=8F=90=E4=BA=A4?= =?UTF-8?q?=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/blog/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/blog/index.html b/templates/blog/index.html index e2bfd45..ff84976 100644 --- a/templates/blog/index.html +++ b/templates/blog/index.html @@ -21,7 +21,7 @@ {% endif %} {% for article in article_list %} - {% load_article_detail article True %} + {% load_article_detail article True user %} {% endfor %} {% if is_paginated %}