annot-server/webapp/templates/admin/sync_form.html
author ymh <ymh.work@gmail.com>
Mon, 12 Jan 2015 14:08:09 +0100
changeset 82 ae37d35a419c
parent 66 658561ea9e65
permissions -rw-r--r--
Added tag V01.00 for changeset a6bbf198bd24

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