Cleanup: Remove URL from category_list_header component.

This commit is contained in:
2019-04-03 15:33:04 +02:00
parent 3be54da5c3
commit b015cc8fa4
3 changed files with 8 additions and 7 deletions

View File

@@ -23,7 +23,7 @@ include mixins/components
| {% block body %}
.container.py-4
+category_list_header('{{ page_title }}', '{{ page_description }}', '{{ request.url }}')
+category_list_header('{{ page_title }}', '{{ page_description }}')
.row.films-list
| {% for project in projects %}