Remove endblock name

It was wrong before, but removing it makes life a lot easier
This commit is contained in:
Jake Howard 2022-08-16 23:23:53 +01:00
parent 37cc1979be
commit 5394ebf984
Signed by: jake
GPG key ID: 57AFB45680EDD477
2 changed files with 2 additions and 2 deletions

View file

@ -6,4 +6,4 @@
{% include "common/listing-item.html" with page=collection %} {% include "common/listing-item.html" with page=collection %}
{% endfor %} {% endfor %}
</section> </section>
{% endblock content %} {% endblock %}

View file

@ -6,4 +6,4 @@
{% include "common/listing-item.html" %} {% include "common/listing-item.html" %}
{% endfor %} {% endfor %}
</section> </section>
{% endblock content %} {% endblock %}