app/soc/templates/soc/models/edit.html
changeset 858 e79e7a22326f
parent 785 c740d0129cce
child 1035 04229d710ce9
equal deleted inserted replaced
857:9767c1afe494 858:e79e7a22326f
    53    </td>
    53    </td>
    54    {% if entity %}
    54    {% if entity %}
    55    <td>
    55    <td>
    56     <input type="button" onclick="location.href='/{{ entity_type_url|lower }}/delete/{{ entity_suffix }}'" value="Delete"/>
    56     <input type="button" onclick="location.href='/{{ entity_type_url|lower }}/delete/{{ entity_suffix }}'" value="Delete"/>
    57    </td>
    57    </td>
       
    58 {% if export_link %}
       
    59    <td>
       
    60     <input type="button" onclick="location.href='/{{ entity_type_url|lower }}/export/{{ entity_suffix }}'" value="Export"/>
       
    61    </td>
       
    62 {% endif %}
    58    {% endif %}
    63    {% endif %}
    59    {% endblock %}
    64    {% endblock %}
    60   </tr>
    65   </tr>
    61  </table>
    66  </table>
    62 </form>
    67 </form>