app/soc/templates/soc/models/edit.html
changeset 1828 3db2a7be7239
parent 1499 1dec049246d3
child 2159 a1f1eaaf458b
--- 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 @@
   <tr>
     {% block submit_buttons %}
     {% block save_button %}
+    {% if entity %}
    <td> 
     <input style="font-weight: bold" type="submit" value="Save Changes"/></span>
    </td>
+    {% else %}
+       <td> 
+    <input style="font-weight: bold" type="submit" value="Submit"/></span>
+   </td>
+   {% endif %}
    {% endblock %}
    <td>
    {% if edit_cancel_redirect %}