diff options
Diffstat (limited to 'ishtar_common/templates/ishtar/formset_import_match.html')
-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> |