added some test charts

This commit is contained in:
agerbaud
2017-08-02 12:54:02 +02:00
parent 0ffc83e056
commit ace8167fcb
6 changed files with 85 additions and 3 deletions

View File

@@ -15,7 +15,7 @@
{% block breadcrumbs %}
{{ block.super }}
<li>Maraudes</li>
<li>Tests</li>
{% endblock %}
{% block page_content %}

View File

@@ -0,0 +1,25 @@
{% extends "statistiques/base.html" %}
{% load static %}
{% block title %}{{ block.super }} Maraudes{% endblock %}
{% block sidebar %}
{{ block.super }}
<div class="panel panel-primary">
<div class="panel-body text-right">
{% include "statistiques/filter_form.html" %}
</div>
</div>
{% endblock %}
{% block breadcrumbs %}
{{ block.super }}
<li>Tests</li>
{% endblock %}
{% block page_content %}
{{ par_heure.as_html }}
<hr />
{{ par_heure_continu.as_html }}
{% endblock %}