Skip to content

Commit

Permalink
[#1262] fix required field in wrong place
Browse files Browse the repository at this point in the history
  • Loading branch information
kindly committed Nov 5, 2013
1 parent 8b15c79 commit 4d0184a
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -71,8 +71,8 @@
{% endblock %}
#}

<div class="form-actions">
{{ form.required_message() }}
<div class="form-actions">
{% block delete_button %}
{% if h.check_access('organization_delete', {'id': data.id}) %}
{% set locale = h.dump_json({'content': _('Are you sure you want to delete this Organization? This will delete all the public and private datasets belonging to this organization.')}) %}
Expand Down

0 comments on commit 4d0184a

Please sign in to comment.