diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2020-11-03 13:23:35 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2021-02-28 12:15:21 +0100 |
commit | eef264579c63ab657ef1da51895a0e207d7ba4e6 (patch) | |
tree | 943104fdefe77a5fff6d0f7d8ca247bd22a76238 /ishtar_common/templates | |
parent | ec1efecda48b3ed8888a00c94714573c0117b57c (diff) | |
download | Ishtar-eef264579c63ab657ef1da51895a0e207d7ba4e6.tar.bz2 Ishtar-eef264579c63ab657ef1da51895a0e207d7ba4e6.zip |
Import match page: add edit type link - Fix default - Fix for document import
Diffstat (limited to 'ishtar_common/templates')
-rw-r--r-- | ishtar_common/templates/ishtar/formset_import_match.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ishtar_common/templates/ishtar/formset_import_match.html b/ishtar_common/templates/ishtar/formset_import_match.html index eda44e2b9..e35195791 100644 --- a/ishtar_common/templates/ishtar/formset_import_match.html +++ b/ishtar_common/templates/ishtar/formset_import_match.html @@ -28,6 +28,13 @@ {% for frm in formset %}{% ifchanged frm.target.value %} {# <table> #}{% if not forloop.first%}</table>{% endif %} <h4>{{ frm.target.field.choices.0.1 }}</h4> + {% if frm.admin_url %} + <p class="text-center"> + <a href="{{frm.admin_url}}" target="_blank"> + {% trans "Edit choices in admin" %}</a> + <i class="fa fa-question-circle" aria-hidden="true" + title="{% trans 'After type edition you may need to wait after cache update. Refresh this page after some time. Be patient.' %}"></i> + </p>{% endif %} <table class='clean-table' id="form-{{forloop.counter0}}"> <tr> <th>{% trans "Key" %}</th> |