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