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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
66
658561ea9e65 export sync code in utils, and add button to synchronize annotation on eventsessionview
ymh <ymh.work@gmail.com>
parents:
diff changeset
     1
<form action="{{url}}" method="post">
658561ea9e65 export sync code in utils, and add button to synchronize annotation on eventsessionview
ymh <ymh.work@gmail.com>
parents:
diff changeset
     2
    <input type="hidden" name="event_session_id" value="{{model.id}}"/>
658561ea9e65 export sync code in utils, and add button to synchronize annotation on eventsessionview
ymh <ymh.work@gmail.com>
parents:
diff changeset
     3
    <button type="submit">Sync</button>
658561ea9e65 export sync code in utils, and add button to synchronize annotation on eventsessionview
ymh <ymh.work@gmail.com>
parents:
diff changeset
     4
</form>