author | ymh <ymh.work@gmail.com> |
Sat, 25 Oct 2014 05:43:01 +0200 | |
changeset 66 | 658561ea9e65 |
child 67 | 7db9c7ec691a |
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 |
{% extends 'admin/master.html' %} |
658561ea9e65
export sync code in utils, and add button to synchronize annotation on eventsessionview
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
2 |
{% block body %} |
658561ea9e65
export sync code in utils, and add button to synchronize annotation on eventsessionview
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
3 |
<h3>Sync on project {{event_session.project_id}}</h3> |
658561ea9e65
export sync code in utils, and add button to synchronize annotation on eventsessionview
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
4 |
|
658561ea9e65
export sync code in utils, and add button to synchronize annotation on eventsessionview
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
5 |
<h4>Sync arguments</h4> |
658561ea9e65
export sync code in utils, and add button to synchronize annotation on eventsessionview
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
6 |
<pre> |
658561ea9e65
export sync code in utils, and add button to synchronize annotation on eventsessionview
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
7 |
{{sync_args}} |
658561ea9e65
export sync code in utils, and add button to synchronize annotation on eventsessionview
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
8 |
</pre> |
658561ea9e65
export sync code in utils, and add button to synchronize annotation on eventsessionview
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
9 |
|
658561ea9e65
export sync code in utils, and add button to synchronize annotation on eventsessionview
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
10 |
<h4>Logs</h4> |
658561ea9e65
export sync code in utils, and add button to synchronize annotation on eventsessionview
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
11 |
<pre> |
658561ea9e65
export sync code in utils, and add button to synchronize annotation on eventsessionview
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
12 |
{% for line in logs %} |
658561ea9e65
export sync code in utils, and add button to synchronize annotation on eventsessionview
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
13 |
{{line}}<br> |
658561ea9e65
export sync code in utils, and add button to synchronize annotation on eventsessionview
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
14 |
{% endfor %} |
658561ea9e65
export sync code in utils, and add button to synchronize annotation on eventsessionview
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
15 |
</pre> |
658561ea9e65
export sync code in utils, and add button to synchronize annotation on eventsessionview
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
16 |
|
658561ea9e65
export sync code in utils, and add button to synchronize annotation on eventsessionview
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
17 |
{% endblock %} |