events - add basic views for events
[xnet] / xnet / templates / base.html
index 0c28e53..329e5f8 100644 (file)
                                 {% trans "Groupes" %}
                             </a>
                         </li>
+                        <li{% if top == 'events' %} class="active"{% endif %}>
+                            <a href="{% url 'events:event-list' %}">
+                                {% trans "Événements" %}
+                            </a>
+                        </li>
                         <li{% if top == 'blih' %} class="active"{% endif %}>
                             <a href="#">{% trans "Blih" %}</a>
                         </li>