diff options
Diffstat (limited to 'dev-random/templates/index.html')
-rw-r--r-- | dev-random/templates/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-random/templates/index.html b/dev-random/templates/index.html index ad01608..11314d1 100644 --- a/dev-random/templates/index.html +++ b/dev-random/templates/index.html @@ -1,7 +1,7 @@ {% extends "base.html" %} {%- block content %} - <section id="page-content"> + <section class="content"> <h1 id="page-title">{% block index_title %}Tous les articles{% endblock index_title %}</h1> {% for article in articles_page.object_list %} |