made the readme and example for the CSV import accessible from the form directly

This commit is contained in:
2024-11-17 21:44:30 +01:00
parent 20a83c7e91
commit 3d63357534
4 changed files with 21 additions and 0 deletions

View File

@@ -78,6 +78,11 @@
<script type="text/javascript" src="{% static 'js/kenyusho-api-v1.js' %}"></script>
<script type="text/javascript" src="{% static 'js/autocomplete.js' %}"></script>
<script type="text/javascript" src="{% static 'js/autocomplete-foreign-key-field.js' %}"></script>
<!-- Initialize bootstrap popovers -->
<script type="text/javascript">
const popoverTriggerList = document.querySelectorAll('[data-bs-toggle="popover"]')
const popoverList = [...popoverTriggerList].map(popoverTriggerEl => new bootstrap.Popover(popoverTriggerEl))
</script>
{% block custom_scripts %}
{% endblock custom_scripts %}