Remove dead admin templates from when there was an SDOs model

- Legacy-Id: 6972
This commit is contained in:
Ole Laursen 2013-12-18 11:07:39 +00:00
parent 8afd3fa5b7
commit 1df2a37a9f
6 changed files with 0 additions and 150 deletions

View file

@ -1,12 +0,0 @@
{% extends "admin/change_form.html" %}
{% load i18n %}
{% block object-tools %}
{% if change %}{% if not is_popup %}
<ul class="object-tools">
<li><a href="reminder/">Update Authorized List Reminder</a></li>
<li><a href="history/" class="historylink">{% trans "History" %}</a></li>
{% if has_absolute_url %}<li><a href="../../../r/{{ content_type_id }}/{{ object_id }}/" class="viewsitelink">{% trans "View on site" %}</a></li>{% endif%}
</ul>
{% endif %}{% endif %}
{% endblock %}

View file

@ -1,16 +0,0 @@
{% extends "admin/change_list.html" %}
{% load i18n %}
{% block object-tools %}
{% if has_add_permission %}
<ul class="object-tools">
<li><a href="reminder/">Update Authorized List Reminder</a></li>
<li>
<a href="add/{% if is_popup %}?_popup=1{% endif %}" class="addlink">
{% blocktrans with cl.opts.verbose_name as name %}Add {{ name }}{% endblocktrans %}
</a>
</li>
</ul>
{% endif %}
{% endblock %}

View file

@ -1,47 +0,0 @@
{% extends "admin/base_site.html" %}
{% load i18n admin_modify adminmedia %}
{% block extrastyle %}{{ block.super }}<link rel="stylesheet" type="text/css" href="{% admin_media_prefix %}css/forms.css" />{% endblock %}
{% block bodyclass %}change-form{% endblock %}
{% block breadcrumbs %}{% if not is_popup %}
<div class="breadcrumbs">
<a href="../../../">{% trans "Home" %}</a> &rsaquo;
<a href="../../">{{ app_label|capfirst|escape }}</a> &rsaquo;
{% if has_change_permission %}<a href="../">{{ opts.verbose_name_plural|capfirst }}</a>{% else %}{{ opts.verbose_name_plural|capfirst }}{% endif %} &rsaquo;
{% trans "Send reminder" %}
</div>
{% endif %}{% endblock %}
{% block content %}<div id="content-main">
<div>
<h1>Send a reminder to each SDO Liaison Manager</h1>
{% if output %}
<p>
Reminder sent successfully. See the output of the command:
</p>
<pre>
{{ output }}
</pre>
{% else %}
{% if sdo %}
<p>
You can send a reminder to the {{ sdo }} SDO Liaison Manager to request an updated list of persons authorized to send liaison statements on behalf of {{ sdo }}</h1>
</p>
{% else %}
<p>
You can send a reminder to each SDO Liaison Manager to request an updated list of persons authorized to send liaison statements on behalf of his SDO</h1>
</p>
<p>
By clicking the 'Send' button you will send a request to <b>all</b> the SDO Liaison Managers. In order to send the request to one SDO Liaison Manager go to the SDO edit page.
</p>
{% endif %}
<form action="" method="post">{% csrf_token %}
<input type="submit" name="send" value="Send" />
</form>
{% endif %}
</div>
</div>
{% endblock %}

View file

@ -1,12 +0,0 @@
{% extends "admin/change_form.html" %}
{% load i18n %}
{% block object-tools %}
{% if change %}{% if not is_popup %}
<ul class="object-tools">
<li><a href="reminder/">Update Authorized List Reminder</a></li>
<li><a href="history/" class="historylink">{% trans "History" %}</a></li>
{% if has_absolute_url %}<li><a href="../../../r/{{ content_type_id }}/{{ object_id }}/" class="viewsitelink">{% trans "View on site" %}</a></li>{% endif%}
</ul>
{% endif %}{% endif %}
{% endblock %}

View file

@ -1,16 +0,0 @@
{% extends "admin/change_list.html" %}
{% load i18n %}
{% block object-tools %}
{% if has_add_permission %}
<ul class="object-tools">
<li><a href="reminder/">Update Authorized List Reminder</a></li>
<li>
<a href="add/{% if is_popup %}?_popup=1{% endif %}" class="addlink">
{% blocktrans with cl.opts.verbose_name as name %}Add {{ name }}{% endblocktrans %}
</a>
</li>
</ul>
{% endif %}
{% endblock %}

View file

@ -1,47 +0,0 @@
{% extends "admin/base_site.html" %}
{% load i18n admin_modify adminmedia %}
{% block extrastyle %}{{ block.super }}<link rel="stylesheet" type="text/css" href="{% admin_media_prefix %}css/forms.css" />{% endblock %}
{% block bodyclass %}change-form{% endblock %}
{% block breadcrumbs %}{% if not is_popup %}
<div class="breadcrumbs">
<a href="../../../">{% trans "Home" %}</a> &rsaquo;
<a href="../../">{{ app_label|capfirst|escape }}</a> &rsaquo;
{% if has_change_permission %}<a href="../">{{ opts.verbose_name_plural|capfirst }}</a>{% else %}{{ opts.verbose_name_plural|capfirst }}{% endif %} &rsaquo;
{% trans "Send reminder" %}
</div>
{% endif %}{% endblock %}
{% block content %}<div id="content-main">
<div>
<h1>Send a reminder to each SDO Liaison Manager</h1>
{% if output %}
<p>
Reminder sent successfully. See the output of the command:
</p>
<pre>
{{ output }}
</pre>
{% else %}
{% if sdo %}
<p>
You can send a reminder to the {{ sdo }} SDO Liaison Manager to request an updated list of persons authorized to send liaison statements on behalf of {{ sdo }}</h1>
</p>
{% else %}
<p>
You can send a reminder to each SDO Liaison Manager to request an updated list of persons authorized to send liaison statements on behalf of his SDO</h1>
</p>
<p>
By clicking the 'Send' button you will send a request to <b>all</b> the SDO Liaison Managers. In order to send the request to one SDO Liaison Manager go to the SDO edit page.
</p>
{% endif %}
<form action="" method="post">{% csrf_token %}
<input type="submit" name="send" value="Send" />
</form>
{% endif %}
</div>
</div>
{% endblock %}