Remove endblock name
It was wrong before, but removing it makes life a lot easier
This commit is contained in:
parent
37cc1979be
commit
5394ebf984
2 changed files with 2 additions and 2 deletions
|
@ -6,4 +6,4 @@
|
|||
{% include "common/listing-item.html" with page=collection %}
|
||||
{% endfor %}
|
||||
</section>
|
||||
{% endblock content %}
|
||||
{% endblock %}
|
||||
|
|
|
@ -6,4 +6,4 @@
|
|||
{% include "common/listing-item.html" %}
|
||||
{% endfor %}
|
||||
</section>
|
||||
{% endblock content %}
|
||||
{% endblock %}
|
||||
|
|
Loading…
Reference in a new issue