src/p4l/templates/admin/index.html
author ymh <ymh.work@gmail.com>
Thu, 06 Nov 2014 02:08:12 +0100
changeset 176 a343992c55fd
parent 145 7c6fe1dab213
permissions -rw-r--r--
Added tag V00.08 for changeset 1ff6533ba75d

{% 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 %}