diff --git a/filebrowser/templates/filebrowser/append.html b/filebrowser/templates/filebrowser/append.html index a96b3861..b5fc0248 100644 --- a/filebrowser/templates/filebrowser/append.html +++ b/filebrowser/templates/filebrowser/append.html @@ -4,9 +4,9 @@
| {% trans "FileBrowser" %} | +{% trans "FileBrowser" %} |
|---|
{% blocktrans count cl.result_count as counter %}1 result{% plural %}{{ counter }} results{% endblocktrans %}
{% blocktrans with cl.full_result_count as full_result_count %}{{ full_result_count }} total{% endblocktrans %} diff --git a/filebrowser/templates/filebrowser/include/toolbar.html b/filebrowser/templates/filebrowser/include/toolbar.html index ed533a2f..8bd3f647 100644 --- a/filebrowser/templates/filebrowser/include/toolbar.html +++ b/filebrowser/templates/filebrowser/include/toolbar.html @@ -1,4 +1,4 @@ -{% load i18n adminmedia fb_tags %} +{% load i18n static fb_tags %}