Merge branch 'main' of github.com:guntherweissenbaeck/django_fbf
This commit is contained in:
commit
0901716935
5 changed files with 8 additions and 4 deletions
|
@ -24,6 +24,7 @@
|
|||
info: true,
|
||||
"pagingType": "first_last_numbers",
|
||||
responsive: true,
|
||||
autoWidth: false,
|
||||
columnDefs: [
|
||||
{ responsivePriority: 1, targets: 0 },
|
||||
]
|
||||
|
@ -67,4 +68,4 @@
|
|||
</tbody>
|
||||
</table>
|
||||
|
||||
{% endblock content %}
|
||||
{% endblock content %}
|
||||
|
|
|
@ -25,6 +25,7 @@
|
|||
"pagingType": "first_last_numbers",
|
||||
responsive: true,
|
||||
scrollX: true,
|
||||
autoWidth: false,
|
||||
order: [[2, 'desc']],
|
||||
columnDefs: [
|
||||
{ responsivePriority: 1, targets: 0 },
|
||||
|
|
|
@ -25,6 +25,7 @@
|
|||
"pagingType": "first_last_numbers",
|
||||
responsive: true,
|
||||
scrollX: true,
|
||||
autoWidth: false,
|
||||
order: [[2, 'desc']],
|
||||
columnDefs: [
|
||||
{ responsivePriority: 1, targets: 0 },
|
||||
|
|
|
@ -29,6 +29,7 @@
|
|||
"pagingType": "first_last_numbers",
|
||||
responsive: true,
|
||||
scrollX: true,
|
||||
autoWidth: false,
|
||||
order: [[2, 'desc']],
|
||||
columnDefs: [
|
||||
{ responsivePriority: 1, targets: 0 },
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
{% if user.is_authenticated %}
|
||||
<li class="nav-item">
|
||||
<a class="nav-link {% if '/bird/all/' in request.path %} active {% endif %}"
|
||||
href="{% url 'bird_all' %}">alle Patienten</a>
|
||||
href="{% url 'bird_all' %}">Patienten</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link {% if '/bird/create/' in request.path %} active {% endif %}"
|
||||
|
@ -26,11 +26,11 @@
|
|||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link {% if '/aviary/all' in request.path %} active {% endif %}"
|
||||
href="{% url 'aviary_all' %}">alle Volieren</a>
|
||||
href="{% url 'aviary_all' %}">Volieren</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link {% if '/costs/all' in request.path %} active {% endif %}"
|
||||
href="{% url 'costs_all' %}">alle Kosten</a>
|
||||
href="{% url 'costs_all' %}">Kosten</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link {% if '/contacts' in request.path %} active {% endif %}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue