Swap order of arguments to get_template_folders

So that the order is the same as the arguments passed to `get_templates`
This commit is contained in:
Chris Hill-Scott
2018-11-13 12:29:57 +00:00
parent 6c4b6774aa
commit 045a4bb7f1
3 changed files with 5 additions and 5 deletions

View File

@@ -18,7 +18,7 @@
</h2>
<p class="message-type">
{{ folder_contents_count(
current_service.get_template_folders(template_folder.id, template_type)|length,
current_service.get_template_folders(template_type, template_folder.id)|length,
current_service.get_templates(template_type, template_folder.id)|length,
) }}
</p>