Abbort Buttons and Paging of Tables turend of.

This commit is contained in:
gw3000 2023-07-29 11:06:00 +02:00
parent 04c5ace7ab
commit 14fc5b97c5
17 changed files with 23 additions and 23 deletions

View file

@ -20,8 +20,8 @@
language: {
url: 'https://cdn.datatables.net/plug-ins/1.11.3/i18n/de_de.json',
},
paging: true,
info: true,
paging: false,
info: false,
responsive: true,
columnDefs: [
{ responsivePriority: 1, targets: 0 },

View file

@ -10,7 +10,7 @@
<fieldset>
{% csrf_token %}
{{form|crispy}}
<button class="btn btn-success" type="abbort">Abbrechen</button>
<a href="{% url 'aviary_all' %}" class="btn btn-success">Abbrechen</a>
<button class="btn btn-primary" type="submit">Speichern</button>
</fieldset>
</form>