瀏覽代碼

Fix spelling mistake

Talha Mansoor 11 年之前
父節點
當前提交
ff20e14c46
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      templates/article.html

+ 2 - 2
templates/article.html

@@ -32,8 +32,8 @@
 
             {{ article.content }}
             <aside>
-            {% for an_artcile in dates %}
-            {% if an_artcile.url == article.url %}
+            {% for an_article in dates %}
+            {% if an_article.url == article.url %}
             {% set index = loop.index0 %}
             {% if not loop.first %}
             {% set next_article = dates[index-1] %}