Skip to content

Commit 62e5262

Browse files
committed
chore: rename block to districts-content (plural) for consistency
1 parent 7b93b1f commit 62e5262

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

pems/districts/templates/districts/district.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
District {{ district_number }} - {{ district.name }}
55
{% endblock headline %}
66

7-
{% block district-content %}
7+
{% block districts-content %}
88
<div class="row">
99
<div class="col-lg-4 border">
1010
<h2>Form</h2>
@@ -21,4 +21,4 @@ <h2>Details for {{ district.name }}</h2>
2121
<h2>Map</h2>
2222
</div>
2323
</div>
24-
{% endblock district-content %}
24+
{% endblock districts-content %}

pems/districts/templates/districts/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
</div>
2222
<div class="col-lg-10 pb-lg-5">
2323

24-
{% block district-content %}
24+
{% block districts-content %}
2525
<div class="row">
2626
<div class="col-lg-4 border">
2727
<h2>Form</h2>
@@ -38,7 +38,7 @@ <h2>Details</h2>
3838
<h2>Map</h2>
3939
</div>
4040
</div>
41-
{% endblock district-content %}
41+
{% endblock districts-content %}
4242

4343
</div>
4444
</div>

0 commit comments

Comments
 (0)