app/soc/templates/soc/models/admin.html
changeset 2159 a1f1eaaf458b
parent 1358 6be502a1bcc6
equal deleted inserted replaced
2158:2cbadb6efe9f 2159:a1f1eaaf458b
    23 <table>
    23 <table>
    24 <tr>
    24 <tr>
    25  <td colspan="4">&nbsp;</td>
    25  <td colspan="4">&nbsp;</td>
    26 </tr>
    26 </tr>
    27 <td>
    27 <td>
    28  <input type="button" onclick="location.href='/{{ entity_type_url|lower }}/export/{{ entity.key.name }}'" value="Export"/>
    28  <input type="button" onclick="location.href='/{{ entity_type_url|lower }}/export/{{ entity.key.id_or_name }}'" value="Export"/>
    29 </td>
    29 </td>
    30 </tr>
    30 </tr>
    31 </table>
    31 </table>
    32 {% endif %}
    32 {% endif %}
    33 </p>
    33 </p>