소스 검색

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