1
0
mirror of https://gitlab.crans.org/bde/nk20 synced 2025-06-21 01:48:21 +02:00

Merge branch 'migration-django-4-2' into 'main'

Migration django 4 2

See merge request bde/nk20!265
This commit is contained in:
korenstin
2024-08-29 10:49:44 +02:00
14 changed files with 49 additions and 42 deletions

View File

@ -12,7 +12,7 @@ SPDX-License-Identifier: GPL-3.0-or-later
</h3>
<div class="card-body">
<input id="searchbar" type="text" class="form-control"
placeholder="{% trans "Search by attribute such as name" %}">
placeholder="{% trans "Search by attribute such as name..." %}">
</div>
<div id="dynamic-table">
{% if table.data %}
@ -75,4 +75,4 @@ SPDX-License-Identifier: GPL-3.0-or-later
init_table();
});
</script>
{% endblock %}
{% endblock %}