| author | ymh <ymh.work@gmail.com> |
| Thu, 06 Nov 2014 02:08:12 +0100 | |
| changeset 176 | a343992c55fd |
| parent 145 | 7c6fe1dab213 |
| permissions | -rw-r--r-- |
|
145
7c6fe1dab213
Add a screen in the admin to launch commands. Fix bug #4 (https://github.com/IRI-Research/plan4learning/issues/4).
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1 |
{% extends "admin:admin/index.html" %} |
|
7c6fe1dab213
Add a screen in the admin to launch commands. Fix bug #4 (https://github.com/IRI-Research/plan4learning/issues/4).
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
2 |
{% load i18n %} |
|
7c6fe1dab213
Add a screen in the admin to launch commands. Fix bug #4 (https://github.com/IRI-Research/plan4learning/issues/4).
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
3 |
|
|
7c6fe1dab213
Add a screen in the admin to launch commands. Fix bug #4 (https://github.com/IRI-Research/plan4learning/issues/4).
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
4 |
{% block content %} |
|
7c6fe1dab213
Add a screen in the admin to launch commands. Fix bug #4 (https://github.com/IRI-Research/plan4learning/issues/4).
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
5 |
<div style="float: left;"> |
|
7c6fe1dab213
Add a screen in the admin to launch commands. Fix bug #4 (https://github.com/IRI-Research/plan4learning/issues/4).
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
6 |
{{ block.super }} |
|
7c6fe1dab213
Add a screen in the admin to launch commands. Fix bug #4 (https://github.com/IRI-Research/plan4learning/issues/4).
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
7 |
<div id="content-other"> |
|
7c6fe1dab213
Add a screen in the admin to launch commands. Fix bug #4 (https://github.com/IRI-Research/plan4learning/issues/4).
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
8 |
<div class="module"> |
|
7c6fe1dab213
Add a screen in the admin to launch commands. Fix bug #4 (https://github.com/IRI-Research/plan4learning/issues/4).
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
9 |
<table> |
|
7c6fe1dab213
Add a screen in the admin to launch commands. Fix bug #4 (https://github.com/IRI-Research/plan4learning/issues/4).
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
10 |
<caption>{% trans 'Commands' %}</caption> |
|
7c6fe1dab213
Add a screen in the admin to launch commands. Fix bug #4 (https://github.com/IRI-Research/plan4learning/issues/4).
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
11 |
<tr> |
|
7c6fe1dab213
Add a screen in the admin to launch commands. Fix bug #4 (https://github.com/IRI-Research/plan4learning/issues/4).
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
12 |
<th scope="row">{% trans 'Launch Script' %}</th> |
|
7c6fe1dab213
Add a screen in the admin to launch commands. Fix bug #4 (https://github.com/IRI-Research/plan4learning/issues/4).
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
13 |
<td><a href="{% url 'admin:confirm_script' %}" class="addlink">{% trans 'Launch' %}</a></td> |
|
7c6fe1dab213
Add a screen in the admin to launch commands. Fix bug #4 (https://github.com/IRI-Research/plan4learning/issues/4).
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
14 |
</tr> |
|
7c6fe1dab213
Add a screen in the admin to launch commands. Fix bug #4 (https://github.com/IRI-Research/plan4learning/issues/4).
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
15 |
</table> |
|
7c6fe1dab213
Add a screen in the admin to launch commands. Fix bug #4 (https://github.com/IRI-Research/plan4learning/issues/4).
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
16 |
</div> |
|
7c6fe1dab213
Add a screen in the admin to launch commands. Fix bug #4 (https://github.com/IRI-Research/plan4learning/issues/4).
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
17 |
</div> |
|
7c6fe1dab213
Add a screen in the admin to launch commands. Fix bug #4 (https://github.com/IRI-Research/plan4learning/issues/4).
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
18 |
</div> |
|
7c6fe1dab213
Add a screen in the admin to launch commands. Fix bug #4 (https://github.com/IRI-Research/plan4learning/issues/4).
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
19 |
{% endblock %} |