label and tabulator fixes
This commit is contained in:
parent
78157cb359
commit
ba2f1458af
@ -25,7 +25,7 @@
|
||||
{{ field|as_crispy_field }}
|
||||
</div>
|
||||
{% if field.name == 'name' %}
|
||||
{% trans 'Ingredients' %}
|
||||
<label>{% trans 'Ingredients' %}</label>
|
||||
<div id="ingredients-table"></div>
|
||||
<br>
|
||||
<div class="table-controls">
|
||||
@ -63,6 +63,8 @@
|
||||
layout: "fitColumns",
|
||||
reactiveData: true,
|
||||
data: data,
|
||||
movableRows: true,
|
||||
headerSort: false,
|
||||
columns: [
|
||||
{
|
||||
title: "{% trans 'Ingredient' %}",
|
||||
|
Loading…
Reference in New Issue
Block a user