diff --git a/mnmlist/templates/index.html b/mnmlist/templates/index.html index 871360f..1505418 100644 --- a/mnmlist/templates/index.html +++ b/mnmlist/templates/index.html @@ -16,7 +16,7 @@ {% if loop.length > 1 %}
-

Tous les articles

+

All posts

    {% endif %} {# other items #} @@ -29,6 +29,6 @@
{% endif %} {% else %} - Pas d'articles pour le moment. + No posts found. {% endif %} {% endblock content %}