fix endblock statements
This commit is contained in:
parent
ca2db5423a
commit
5be38899b1
|
@ -19,4 +19,4 @@
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</div>
|
</div>
|
||||||
{% endblock content %}
|
{% endblock schedule_content %}
|
||||||
|
|
|
@ -19,4 +19,4 @@
|
||||||
|
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
||||||
{% endblock %}
|
{% endblock program_content %}
|
||||||
|
|
|
@ -29,4 +29,4 @@
|
||||||
|
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% endblock %}
|
{% endblock schedule_content %}
|
||||||
|
|
|
@ -28,4 +28,4 @@
|
||||||
<hr />
|
<hr />
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
||||||
{% endblock %}
|
{% endblock program_content %}
|
||||||
|
|
|
@ -18,4 +18,4 @@
|
||||||
|
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% endblock %}
|
{% endblock schedule_content %}
|
||||||
|
|
|
@ -13,4 +13,4 @@
|
||||||
</a> ({{ speaker.events.all.count }} event{{ speaker.events.all.count|pluralize }})
|
</a> ({{ speaker.events.all.count }} event{{ speaker.events.all.count|pluralize }})
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</div>
|
</div>
|
||||||
{% endblock content %}
|
{% endblock schedule_content %}
|
||||||
|
|
Loading…
Reference in a new issue