File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
pems/districts/templates/districts Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 4
4
District {{ district_number }} - {{ district.name }}
5
5
{% endblock headline %}
6
6
7
- {% block district -content %}
7
+ {% block districts -content %}
8
8
< div class ="row ">
9
9
< div class ="col-lg-4 border ">
10
10
< h2 > Form</ h2 >
@@ -21,4 +21,4 @@ <h2>Details for {{ district.name }}</h2>
21
21
< h2 > Map</ h2 >
22
22
</ div >
23
23
</ div >
24
- {% endblock district -content %}
24
+ {% endblock districts -content %}
Original file line number Diff line number Diff line change 21
21
</ div >
22
22
< div class ="col-lg-10 pb-lg-5 ">
23
23
24
- {% block district -content %}
24
+ {% block districts -content %}
25
25
< div class ="row ">
26
26
< div class ="col-lg-4 border ">
27
27
< h2 > Form</ h2 >
@@ -38,7 +38,7 @@ <h2>Details</h2>
38
38
< h2 > Map</ h2 >
39
39
</ div >
40
40
</ div >
41
- {% endblock district -content %}
41
+ {% endblock districts -content %}
42
42
43
43
</ div >
44
44
</ div >
You can’t perform that action at this time.
0 commit comments