Skip to content

Commit

Permalink
[2375] Update group edit form title
Browse files Browse the repository at this point in the history
  • Loading branch information
aron committed Jun 5, 2012
1 parent c6f1305 commit 4eb3a93
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ckan/templates/group/partials/group_form.html
Expand Up @@ -3,11 +3,10 @@
<form class="dataset-form form-horizontal" method="post">
{% if error_summary %}
<div class="error-explanation">
<h2>{{ _('Errors in form') }}</h2>
<p>{{ _('The form contains invalid entries:') }}</p>
<ul>
{% for key, error in error_summary.items() %}
<li>{{ key }} {{ error }}</li>
<li>{{ key }}: {{ error }}</li>
{% endfor %}
</ul>
</div>
Expand Down

0 comments on commit 4eb3a93

Please sign in to comment.