mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-08-02 17:25:05 +02:00
Allow to control the path delimiter and create unknown datastructures
Also the labeling of form fields was improved
This commit is contained in:
parent
508641d1e8
commit
256d628543
4 changed files with 103 additions and 16 deletions
|
@ -26,6 +26,11 @@
|
|||
{% endblock %}
|
||||
|
||||
{% block card_content %}
|
||||
<p class="text-muted offset-sm-3">
|
||||
{% trans %}parts.import.help{% endtrans %}<br>
|
||||
{% trans with {'%link%': 'https://docs.part-db.de/'} %}parts.import.help_documentation{% endtrans %}
|
||||
</p>
|
||||
|
||||
{{ form(import_form) }}
|
||||
|
||||
{% if imported_entities %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue