From ab890bc6c0da23ba4fc817758193ff5db4dd4ad3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Sat, 11 Apr 2020 09:44:53 +0200 Subject: [PATCH] templates: set document limit message in a paragraph (#41616) --- fargo/templates/fargo/home.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/fargo/templates/fargo/home.html b/fargo/templates/fargo/home.html index bfd277d..55517fc 100644 --- a/fargo/templates/fargo/home.html +++ b/fargo/templates/fargo/home.html @@ -48,6 +48,7 @@ {% if full %}
+

{% blocktrans count max_documents_per_user=max_documents_per_user trimmed %} The limit of {{ max_documents_per_user }} document per user is reached. You cannot add any more documents. @@ -55,6 +56,7 @@ The limit of {{ max_documents_per_user }} documents per user is reached. You cannot add any more documents. {% endblocktrans %} +

{% else %}