src/p4l/templates/admin/index.html
author ymh <ymh.work@gmail.com>
Tue, 04 Nov 2014 00:35:30 +0100
changeset 174 ebbcf9efd929
parent 145 7c6fe1dab213
permissions -rw-r--r--
Added tag V00.08 for changeset 3d3d8a7f6cfe

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