annot-server/webapp/templates/admin/sync_form.html
author rougeronj
Thu, 22 Jan 2015 09:26:43 +0100
changeset 111 a7b72620d227
parent 66 658561ea9e65
permissions -rw-r--r--
Add variable "wait". When this variable set, the annotsroll wait ignore some annotations, and wait before printing an otherone so there is no superposition. Can be passed as an options

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