Skip to content

Commit c723027

Browse files
authored
Update templates.jinja2
1 parent 5a99b46 commit c723027

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

templater/app/templater/templates/templates.jinja2

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@
2222
<p><small>{{ template.created_at }}</small></p>
2323

2424
<div class="template-card-actions">
25-
<button class="btn btn-edit" onclick="editTemplate({{ template.id }})">Редактировать</button>
26-
<button class="btn btn-delete" onclick="deleteTemplate({{ template.id }})">Удалить</button>
27-
<button class="btn btn-export" onclick="exportTemplate({{ template.id }})">Export</button>
28-
<button class="btn btn-input-data" onclick="inputData({{ template.id }})">Ввести данные</button>
25+
<button class="btn btn-edit" onclick="editTemplate('{{ template.id }}')">Редактировать</button>
26+
<button class="btn btn-delete" onclick="deleteTemplate('{{ template.id }}')">Удалить</button>
27+
<button class="btn btn-export" onclick="exportTemplate('{{ template.id }}')">Export</button>
28+
<button class="btn btn-input-data" onclick="inputData('{{ template.id }}')">Ввести данные</button>
2929
</div>
3030
</div>
3131
{% endfor %}

0 commit comments

Comments
 (0)