Skip to content

Commit

Permalink
Reformat more
Browse files Browse the repository at this point in the history
  • Loading branch information
larseggert committed Feb 22, 2023
1 parent 93d3cfa commit 94ad09c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions ietf/templates/group/active_areas.html
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,7 @@ <h2 class="mt-5" id="id-{{ area.acronym|slugify }}">
<script src="{% static 'ietf/js/highcharts.js' %}"></script>
<script>
$(function () {
group_stats(
"{% url 'ietf.group.views.group_stats_data' %}",
".chart");
group_stats("{% url 'ietf.group.views.group_stats_data' %}", ".chart");
});
</script>
{% endblock %}
4 changes: 1 addition & 3 deletions ietf/templates/group/group_about.html
Original file line number Diff line number Diff line change
Expand Up @@ -408,9 +408,7 @@ <h2 class="mt-3">
<script src="{% static 'ietf/js/highcharts.js' %}"></script>
<script>
$(function () {
group_stats(
"{% url 'ietf.group.views.group_stats_data' %}",
".chart");
group_stats("{% url 'ietf.group.views.group_stats_data' %}", ".chart");
});
</script>
{% endblock %}

0 comments on commit 94ad09c

Please sign in to comment.