app/soc/templates/soc/models/edit.html
changeset 858 e79e7a22326f
parent 785 c740d0129cce
child 1035 04229d710ce9
--- a/app/soc/templates/soc/models/edit.html	Tue Jan 20 23:13:03 2009 +0000
+++ b/app/soc/templates/soc/models/edit.html	Wed Jan 21 00:27:39 2009 +0000
@@ -55,6 +55,11 @@
    <td>
     <input type="button" onclick="location.href='/{{ entity_type_url|lower }}/delete/{{ entity_suffix }}'" value="Delete"/>
    </td>
+{% if export_link %}
+   <td>
+    <input type="button" onclick="location.href='/{{ entity_type_url|lower }}/export/{{ entity_suffix }}'" value="Export"/>
+   </td>
+{% endif %}
    {% endif %}
    {% endblock %}
   </tr>