Commit ce8363b27af2df753bf3a5cf5a3b2114acee850c
1 parent
c1cca778
Exists in
master
and in
39 other branches
Changing highcharts js file import place
Showing
3 changed files
with
1 additions
and
5 deletions
Show diff stats
src/accounts/templates/accounts/user_detail.html
src/templates/home.html
... | ... | @@ -2,8 +2,6 @@ |
2 | 2 | {% load i18n %} |
3 | 3 | |
4 | 4 | {% block head_js %} |
5 | - <script src="{{ STATIC_URL }}third-party/highcharts/js/highcharts.js"></script> | |
6 | - | |
7 | 5 | {% trans "Contributions" as collabs_name %} |
8 | 6 | |
9 | 7 | {% include "pizza-chart.html" with chart_data=type_count chart_div="collabs" chart_height=330 name=collabs_name %} | ... | ... |