File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -213,8 +213,10 @@ <h4>{{ element.name }}</h4>
213213 {% endfor %}
214214 </ ul >
215215 </ div >
216- </ div > {#
217- < div > {# alt graph #}
216+ </ div >
217+ {# alt graph #}
218+ {#
219+ < div >
218220 <!--chart.js-->
219221 < script src ="https://cdn.jsdelivr.net/npm/chart.js/dist/chart.umd.min.js "> </ script >
220222 < div class ="chartBox pt-3 ">
Original file line number Diff line number Diff line change 1+ <!--
2+ * Chrono Des Vignes
3+ * a timing system for sports events
4+ *
5+ * Copyright © 2024-2025 Romain Maurer
6+ * This file is part of Chrono Des Vignes
7+ *
8+ * Chrono Des Vignes is free software: you can redistribute it and/or modify it under
9+ * the terms of the GNU General Public License as published by the Free Software Foundation,
10+ * either version 3 of the License, or (at your option) any later version.
11+ *
12+ * Chrono Des Vignes is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
13+ * without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
14+ * See the GNU General Public License for more details.
15+ * You should have received a copy of the GNU General Public License along with Foobar.
16+ * If not, see <https://www.gnu.org/licenses/>.
17+ *
18+ * You may contact me at chrono-des-vignes@ikmail.com
19+ -->
20+
121{% extends 'layout.html' %}
222{% block import %}
323 <!--chart.js-->
3353 frameborder ="0 "
3454 > </ iframe >
3555</ div >
36- < div > {# alt graph #}
56+ {# alt graph #}
57+ {#
58+ < div >
3759 < div class ="chartBox pt-3 ">
3860 < canvas id ="myChart "> </ canvas >
3961 </ div >
95117 var myChart = new Chart ( ctx , config ) ;
96118 </ script >
97119</ div >
120+ #}
98121{% endblock content %}
You can’t perform that action at this time.
0 commit comments