annot-server/webapp/templates/admin/sync_form.html
author rougeronj
Mon, 13 Apr 2015 17:11:47 +0200
changeset 146 192d7d7f7bb4
parent 66 658561ea9e65
permissions -rw-r--r--
Add dynamicRange option. Adapt rescaleScene to be able to increase the scale (new note is added) or decrease the scale (a note is deleted).

<form action="{{url}}" method="post">
    <input type="hidden" name="event_session_id" value="{{model.id}}"/>
    <button type="submit">Sync</button>
</form>