Skip to content

Commit

Permalink
[#1426] Remove duplicated require notice
Browse files Browse the repository at this point in the history
  • Loading branch information
amercader committed Jan 8, 2014
1 parent cf0fdb8 commit 747f2cd
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 747f2cd

Please sign in to comment.