From 9af296c2b49a01b145360453aa7cd1348d3bd11f Mon Sep 17 00:00:00 2001 From: Leif Johansson Date: Thu, 3 Mar 2011 15:17:59 +0100 Subject: renamed service to entity and implemented add-member dialog --- templates/edit_fieldsets.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'templates/edit_fieldsets.html') diff --git a/templates/edit_fieldsets.html b/templates/edit_fieldsets.html index b86f3d9..d528a4c 100644 --- a/templates/edit_fieldsets.html +++ b/templates/edit_fieldsets.html @@ -13,7 +13,7 @@ {{ fieldset.legend }} {% endif %} {% if fieldset.description %} -

{{ fieldset.description }}

+

{{ fieldset.description }}

{% endif %}