datatracker/ietf/templates/admin/group/group/change_list.html
Lars Eggert bbf088e18b Hopefully the final check-ins.
- Legacy-Id: 19909
2022-02-08 17:29:15 +00:00

19 lines
603 B
HTML

{% extends "admin/change_list.html" %}
{# Copyright The IETF Trust 2015, All Rights Reserved #}
{% load origin %}
{% load i18n %}
{% block object-tools %}
{% origin %}
{% if has_add_permission %}
<ul class="object-tools">
<li><a href="reminder/">SDO 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 %}