diff --git a/ckan/templates/package/snippets/resource_form.html b/ckan/templates/package/snippets/resource_form.html index 9ff85d39b27..e29423ccddd 100644 --- a/ckan/templates/package/snippets/resource_form.html +++ b/ckan/templates/package/snippets/resource_form.html @@ -72,16 +72,16 @@ {% block previous_button %} {% endblock %} - {% block again_button %} - - {% endblock %} - {% block save_button %} - - {% endblock %} - {% else %} - {% block add_button %} - - {% endblock %} {% endif %} + {% block again_button %} + + {% endblock %} + {% block save_button %} + {% if stage %} + + {% else %} + + {% endif %} + {% endblock %}