annot-server/webapp/templates/admin/sync_form.html
author ymh <ymh.work@gmail.com>
Thu, 22 Jan 2015 08:28:11 +0100
changeset 110 e4f0c105090d
parent 66 658561ea9e65
permissions -rw-r--r--
some quick and dirty fixes on colors to start the session

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