Parcourir la source

correction mineur du design

Élie Bouttier il y a 8 ans
Parent
commit
d5df2e7309
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  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 %}