fix: change wording on stats page
This commit is contained in:
parent
dce8c1b88c
commit
d713f4106d
|
@ -5,7 +5,7 @@
|
||||||
<div class="boxed">
|
<div class="boxed">
|
||||||
<h1>Explorer statistics</h1>
|
<h1>Explorer statistics</h1>
|
||||||
|
|
||||||
<p>Total bills: {{ all }}</p>
|
<p>Total pieces of legislation: {{ all }}</p>
|
||||||
|
|
||||||
<p>Red Senate Bills: {{ red_senate }}</p>
|
<p>Red Senate Bills: {{ red_senate }}</p>
|
||||||
|
|
||||||
|
@ -19,10 +19,10 @@
|
||||||
|
|
||||||
<p>Blue House Bills: {{ blue_house }}</p>
|
<p>Blue House Bills: {{ blue_house }}</p>
|
||||||
|
|
||||||
<p>Red General Assembly Bills: {{ red_ga }}</p>
|
<p>Red General Assembly Resolutions: {{ red_ga }}</p>
|
||||||
|
|
||||||
<p>White General Assembly Bills: {{ white_ga }}</p>
|
<p>White General Assembly Resolutions: {{ white_ga }}</p>
|
||||||
|
|
||||||
<p>Blue General Assembly Bills: {{ blue_ga }}</p>
|
<p>Blue General Assembly Resolutions: {{ blue_ga }}</p>
|
||||||
</div>
|
</div>
|
||||||
{% endblock content %}
|
{% endblock content %}
|
||||||
|
|
Loading…
Reference in New Issue