Skip to content

Commit

Permalink
Merge pull request #1426 from okfn/1426-duplicated-required-tag
Browse files Browse the repository at this point in the history
Duplicated Required Fields notice on Group form
  • Loading branch information
nigelbabu committed Jan 21, 2014
2 parents f3c706d + 747f2cd commit 134bd00
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ckan/templates/group/snippets/group_form.html
Expand Up @@ -81,7 +81,6 @@
<a class="btn btn-danger pull-left" href="{% url_for controller='group', action='delete', id=data.id %}" data-module="confirm-action" data-module-i18n="{{ locale }}">{% block delete_button_text %}{{ _('Delete') }}{% endblock %}</a>
{% endif %}
{% endblock %}
{{ form.required_message() }}
<button class="btn btn-primary" name="save" type="submit">{% block save_text %}{{ _('Save Group') }}{% endblock %}</button>
</div>
</form>

0 comments on commit 134bd00

Please sign in to comment.