fix endblock statements

This commit is contained in:
Thomas Steen Rasmussen 2016-08-08 20:56:59 +02:00
parent ca2db5423a
commit 5be38899b1
6 changed files with 6 additions and 6 deletions

View file

@ -19,4 +19,4 @@
{% endif %} {% endif %}
{% endfor %} {% endfor %}
</div> </div>
{% endblock content %} {% endblock schedule_content %}

View file

@ -19,4 +19,4 @@
{% endfor %} {% endfor %}
{% endblock %} {% endblock program_content %}

View file

@ -29,4 +29,4 @@
{% endif %} {% endif %}
{% endblock %} {% endblock schedule_content %}

View file

@ -28,4 +28,4 @@
<hr /> <hr />
{% endfor %} {% endfor %}
{% endblock %} {% endblock program_content %}

View file

@ -18,4 +18,4 @@
{% endif %} {% endif %}
{% endblock %} {% endblock schedule_content %}

View file

@ -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 %}