src/p4l/templates/admin/index.html
changeset 145 7c6fe1dab213
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/p4l/templates/admin/index.html	Fri Oct 11 11:46:18 2013 +0200
@@ -0,0 +1,19 @@
+{% extends "admin:admin/index.html" %}
+{% load i18n %}
+
+{% block content %}
+<div style="float: left;">
+{{ block.super }}
+<div id="content-other">
+    <div class="module">
+        <table>
+            <caption>{% trans 'Commands' %}</caption>
+            <tr>
+                <th scope="row">{% trans 'Launch Script' %}</th>
+                <td><a href="{% url 'admin:confirm_script' %}" class="addlink">{% trans 'Launch' %}</a></td>
+            </tr>
+        </table>
+    </div>
+</div>
+</div>
+{% endblock %}
\ No newline at end of file