Skip to content

Commit

Permalink
[#1030] Fix for required message on package edit/create
Browse files Browse the repository at this point in the history
  • Loading branch information
johnmartin committed Oct 3, 2013
1 parent 0052261 commit 36cd347
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions ckan/templates/package/snippets/package_basic_fields.html
Expand Up @@ -99,6 +99,4 @@
</div>
{% endif %}

{{ form.required_message() }}

{% endblock %}
1 change: 1 addition & 0 deletions ckan/templates/package/snippets/package_form.html
Expand Up @@ -38,6 +38,7 @@
<a class="btn btn-danger pull-left" href="{% url_for controller='package', 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" type="submit" name="save">{% block save_button_text %}{{ _('Next: Add Data') }}{% endblock %}</button>
</div>
{% endblock %}
Expand Down

0 comments on commit 36cd347

Please sign in to comment.