Skip to content

Commit 1555bb0

Browse files
committed
Added origin indication to a group of stats templates to make it easier to find the origin of stats configurations.
- Legacy-Id: 15056
1 parent 080f6b4 commit 1555bb0

15 files changed

Lines changed: 15 additions & 0 deletions

ietf/templates/stats/document_stats_author_affiliation.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
{% load origin %}{% origin %}
12
<div id="chart"></div>
23

34
<script>

ietf/templates/stats/document_stats_author_citations.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
{% load origin %}{% origin %}
12
<div id="chart"></div>
23

34
<script>

ietf/templates/stats/document_stats_author_continent.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
{% load origin %}{% origin %}
12
<div id="chart"></div>
23

34
<script>

ietf/templates/stats/document_stats_author_country.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
{% load origin %}{% origin %}
12
<div id="chart"></div>
23

34
<script>

ietf/templates/stats/document_stats_author_documents.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
{% load origin %}{% origin %}
12
<div id="chart"></div>
23

34
<script>

ietf/templates/stats/document_stats_author_hindex.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
{% load origin %}{% origin %}
12
<div id="chart"></div>
23

34
<script>

ietf/templates/stats/document_stats_authors.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
{% load origin %}{% origin %}
12
<div id="chart"></div>
23

34
<script>

ietf/templates/stats/document_stats_format.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
{% load origin %}{% origin %}
12
<div id="chart"></div>
23

34
<script>

ietf/templates/stats/document_stats_formlang.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
{% load origin %}{% origin %}
12
<div id="chart"></div>
23

34
<script>

ietf/templates/stats/document_stats_pages.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
{% load origin %}{% origin %}
12
<div id="chart"></div>
23

34
<script>

0 commit comments

Comments
 (0)