Skip to content

Commit

Permalink
[#1659] move Finish button to resource form
Browse files Browse the repository at this point in the history
  • Loading branch information
wardi committed May 1, 2014
1 parent 91d22ff commit 4a2f8dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckan/templates/package/snippets/resource_form.html
Expand Up @@ -75,7 +75,7 @@
<button class="btn" name="save" value="again" type="submit">{{ _('Save & add another') }}</button>
{% endblock %}
{% block save_button %}
<button class="btn btn-primary" name="save" value="go-metadata" type="submit">{% block save_button_text %}{{ _('Next: Additional Info') }}{% endblock %}</button>
<button class="btn btn-primary" name="save" value="go-metadata" type="submit">{% block save_button_text %}{{ _('Finish') }}{% endblock %}</button>
{% endblock %}
{% else %}
{% block add_button %}
Expand Down

0 comments on commit 4a2f8dc

Please sign in to comment.