check that the value returned is an url. This effectively close bug #13, but really is a hack where the value should be tested to belong to a given thesaurus.
{% 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 %}