You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In index.html, you say {% for i in articles %}. {% for article in articles %} is more descriptive. Can you once review other parts of your code too and see if we can find other variable name issues at other places and improve them.
The text was updated successfully, but these errors were encountered:
In index.html, you say
{% for i in articles %}
.{% for article in articles %}
is more descriptive. Can you once review other parts of your code too and see if we can find other variable name issues at other places and improve them.The text was updated successfully, but these errors were encountered: