annot-server/webapp/templates/admin/sync_form.html
author ymh <ymh.work@gmail.com>
Thu, 08 Jan 2015 19:15:59 +0100
changeset 80 dd414da0f0bb
parent 66 658561ea9e65
permissions -rw-r--r--
move clent to annot-client subfolder

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