From 73430e45d856032d0fed50eee61c4b9737b387e9 Mon Sep 17 00:00:00 2001 From: Emanuel Schuetze Date: Thu, 14 Mar 2013 22:54:33 +0100 Subject: [PATCH] Changed style for empty category table. --- openslides/motion/templates/motion/category_list.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/openslides/motion/templates/motion/category_list.html b/openslides/motion/templates/motion/category_list.html index e885ee738..41e9f821d 100644 --- a/openslides/motion/templates/motion/category_list.html +++ b/openslides/motion/templates/motion/category_list.html @@ -37,7 +37,9 @@ {% empty %} -

No Categories

+ + {% trans "No categories available." %} + {% endfor %} {% endblock %}