Explorar o código

Fix spelling mistake

Talha Mansoor %!s(int64=11) %!d(string=hai) anos
pai
achega
ff20e14c46
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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] %}