fix: change wording on stats page

This commit is contained in:
stupidcomputer 2024-07-29 17:54:59 -05:00
parent dce8c1b88c
commit d713f4106d
1 changed files with 4 additions and 4 deletions

View File

@ -5,7 +5,7 @@
<div class="boxed">
<h1>Explorer statistics</h1>
<p>Total bills: {{ all }}</p>
<p>Total pieces of legislation: {{ all }}</p>
<p>Red Senate Bills: {{ red_senate }}</p>
@ -19,10 +19,10 @@
<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>
{% endblock content %}