# HG changeset patch # User Lennard de Rijk # Date 1236950763 0 # Node ID 3db2a7be723924d5fd0332ae7de391c25b493faa # Parent c03995a6a88efc016dc69850e3adc087b28f288c Changed the edit template to show a Submit button instead of Save Changes when "creating" an entity. This is because Save Changes confuses people, it has the tendency to imply a partial save. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed diff -r c03995a6a88e -r 3db2a7be7239 app/soc/templates/soc/models/edit.html --- a/app/soc/templates/soc/models/edit.html Fri Mar 13 03:11:42 2009 +0000 +++ b/app/soc/templates/soc/models/edit.html Fri Mar 13 13:26:03 2009 +0000 @@ -47,9 +47,15 @@ {% block submit_buttons %} {% block save_button %} + {% if entity %} + {% else %} + + + + {% endif %} {% endblock %} {% if edit_cancel_redirect %}