annot-server/webapp/templates/admin/sync_form.html
author rougeronj
Thu, 22 Jan 2015 10:30:36 +0100
changeset 114 9fcb0e0991ed
parent 66 658561ea9e65
permissions -rw-r--r--
Add 1 hour to annot timsetamp to catch up the current time

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