diff options
Diffstat (limited to 'archaeological_files/templates/ishtar/forms/preventive_detail.html')
-rw-r--r-- | archaeological_files/templates/ishtar/forms/preventive_detail.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/archaeological_files/templates/ishtar/forms/preventive_detail.html b/archaeological_files/templates/ishtar/forms/preventive_detail.html index 9ad5c4802..59ebb8278 100644 --- a/archaeological_files/templates/ishtar/forms/preventive_detail.html +++ b/archaeological_files/templates/ishtar/forms/preventive_detail.html @@ -1,6 +1,16 @@ {% extends "ishtar/forms/base_form.html" %} {% load i18n table_form %} +{% block form_head %} +<div class="text-right"> + <a class="btn btn-success mb-3" href="{% url 'file-edit-preventive-price' file.pk %}"> + <i class="fa fa-pencil" aria-hidden="true"></i> + {% trans "Change price agreement" %} + </a> +</div> + +{% endblock %} + {% block bs_form_inlines %} <div class="card"> <div class="card-body"> |