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