Skip to content

Commit

Permalink
fix: a minor error was solved
Browse files Browse the repository at this point in the history
census_nationality.html page had a little error with a tag that was solved
  • Loading branch information
artrodase-alum-983372376 committed Nov 26, 2022
1 parent 436d395 commit 2ab2166
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion decide/census/templates/census_nationality.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
{% block content %}
<div class="row justify-content-md-center align-items-center">
<div class="col-sm-8 justify-content-center align-items-center">
<h2 class ="justify-content-center align-items-center">{% trans Census Groups %}Census Groups</h2>
<h2 class ="justify-content-center align-items-center">{% trans "Census Groups" %}</h2>
</div>
</div>
<div class="row justify-content-md-center">
Expand Down

0 comments on commit 2ab2166

Please sign in to comment.