mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-07-16 05:14:35 +02:00
Make loading message for part lists, translatable.
This commit is contained in:
parent
4d3eccce33
commit
216ef282e2
1 changed files with 5 additions and 2 deletions
|
@ -2,14 +2,17 @@
|
|||
|
||||
{% block content %}
|
||||
|
||||
<div id="presidents">Loading...</div>
|
||||
<div id="part_list">
|
||||
<h4>{% trans %}part_list.loading.caption{% endtrans %}</h4>
|
||||
<h6>{% trans %}part_list.loading.message{% endtrans %}</h6>
|
||||
</div>
|
||||
|
||||
{% endblock %}
|
||||
|
||||
{% block scripts %}
|
||||
<script>
|
||||
$( function() {
|
||||
$('#presidents').initDataTables({{ datatable_settings(datatable) }});
|
||||
$('#part_list').initDataTables({{ datatable_settings(datatable) }});
|
||||
});
|
||||
</script>
|
||||
{% endblock %}
|
Loading…
Add table
Add a link
Reference in a new issue