author | cavaliet |
Sat, 25 Oct 2014 19:37:12 +0200 | |
changeset 71 | fb4ad86bc7f2 |
parent 66 | 658561ea9e65 |
permissions | -rw-r--r-- |
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> |