From 4eb3a93b15271d04336dbc258ed73365f7a703e5 Mon Sep 17 00:00:00 2001 From: Aron Carroll Date: Tue, 5 Jun 2012 18:31:20 +0100 Subject: [PATCH] [2375] Update group edit form title --- ckan/templates/group/partials/group_form.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ckan/templates/group/partials/group_form.html b/ckan/templates/group/partials/group_form.html index 490738921c0..6381c7c7c81 100644 --- a/ckan/templates/group/partials/group_form.html +++ b/ckan/templates/group/partials/group_form.html @@ -3,11 +3,10 @@
{% if error_summary %}
-

{{ _('Errors in form') }}

{{ _('The form contains invalid entries:') }}

    {% for key, error in error_summary.items() %} -
  • {{ key }} {{ error }}
  • +
  • {{ key }}: {{ error }}
  • {% endfor %}