annot-server/webapp/templates/admin/sync_form.html
author rougeronj
Tue, 20 Jan 2015 18:38:18 +0100
changeset 101 7e902dc550c5
parent 66 658561ea9e65
permissions -rw-r--r--
add stageView and annotstimeline

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