Browse Source

correction mineur du design

Élie Bouttier 8 years ago
parent
commit
d5df2e7309
1 changed files with 2 additions and 0 deletions
  1. 2 0
      djadhere/templates/home.html

+ 2 - 0
djadhere/templates/home.html

@@ -1,5 +1,7 @@
 {% extends 'base.html' %}
 
+{% block hometab %} class="active"{% endblock %}
+
 {% block content %}
 <h1>Bienvenue <b>{{ name }}</b> !</h1>
 {% endblock %}