Abbort Buttons and Paging of Tables turend of.
This commit is contained in:
parent
04c5ace7ab
commit
14fc5b97c5
17 changed files with 23 additions and 23 deletions
|
@ -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 },
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue