Skip to content
Snippets Groups Projects
Commit 616eb684 authored by Chrystel Moreau's avatar Chrystel Moreau
Browse files

add gestion agenda

parent 9315fbf5
No related branches found
No related tags found
No related merge requests found
......@@ -13,13 +13,16 @@
<div id="tabs_agenda" hidden>
<ul>
{% if role_si == 'admin' %}
{#% if role_si == 'admin' %#}
{% if role_si != 'clo' %}
<li><a href="#tabs_agenda_gestion" active>Gestion de l'agenda</a></li>
{% endif %}
<li><a href="#tabs_agenda_visu">Visualisation complète de l'agenda</a></li>
</ul>
{% if role_si == 'admin'%}
{#% if role_si == 'admin' %#}
{% if role_si != 'clo' %}
<div id="tabs_agenda_gestion">
<div class="row">
<a href="dashboard-admin-agenda-form?token={{ token }}" class="btn btn-treehouse pull-right">Ajouter une session dans l'Agenda</a>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment