Skip to content

Commit c874673

Browse files
end of removing alt graph
1 parent f2ac141 commit c874673

2 files changed

Lines changed: 28 additions & 3 deletions

File tree

chrono_des_vignes/admin/parcours/templates/modify_parcours.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff 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">

chrono_des_vignes/view/templates/view_parcours.html

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
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-->
@@ -33,7 +53,9 @@
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>
@@ -95,4 +117,5 @@
95117
var myChart = new Chart(ctx, config);
96118
</script>
97119
</div>
120+
#}
98121
{% endblock content %}

0 commit comments

Comments
 (0)