summaryrefslogtreecommitdiff
path: root/archaeological_files/templates/admin/copy_price_change_list.html
blob: 1e3ae8585bcf494854c7d32a0f5a73df14fa9339 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{% extends "admin/gen_change_list.html" %}
{% load i18n admin_urls static admin_list %}

          {% block object-tools-items %}
            {{ block.super }}
            {% if has_add_permission %}
            <li>
              <a href="copy-price-agreement/" class="addlink">
                {% trans "Copy price agreement" %}
              </a>
            </li>
            {% endif %}
          {% endblock %}