8
0
Fork 0
mirror of https://gitlab2.federez.net/re2o/re2o synced 2024-09-10 08:13:12 +00:00
re2o/logs/templates/logs/index.html
2016-10-31 17:27:27 +01:00

12 lines
273 B
HTML

{% extends "logs/sidebar.html" %}
{% load bootstrap3 %}
{% block title %}Statistiques{% endblock %}
{% block content %}
<h2>Actions effectuées</h2>
{% include "logs/aff_actions.html" with revisions_list=revisions_list %}
<br />
<br />
<br />
{% endblock %}