1
0
mirror of https://gitlab.crans.org/mediatek/med.git synced 2025-06-30 01:11:08 +02:00

Page de statistiques

This commit is contained in:
Med
2017-07-04 02:21:31 +02:00
parent c922516958
commit 131c56fc41
16 changed files with 329 additions and 1 deletions

View File

@ -58,6 +58,9 @@ with this program; if not, write to the Free Software Foundation, Inc.,
<li><a href="{% url "users:index" %}">Utilisateurs</a></li>
{% endif %}
<li><a href="{% url "media:index" %}">Media</a></li>
{% if is_perm %}
<li><a href="{% url "logs:index" %}">Statistiques</a></li>
{% endif %}
</ul>
<div class="col-sm-3 col-md-3 navbar-right">
<form action="{% url "search:search"%}" method="POST" class="navbar-form" role="search">