import process

This commit is contained in:
vabene1111
2018-05-06 22:12:40 +02:00
parent 8d4506da54
commit c9f0192a2c
8 changed files with 76 additions and 52 deletions

View File

@ -61,7 +61,7 @@ class MonitoredPathTable(tables.Table):
class ImportTable(tables.Table):
id = tables.LinkColumn('edit_import', args=[A('id')])
id = tables.LinkColumn('new_recipe_import', args=[A('id')])
delete = tables.TemplateColumn("<a href='{% url 'delete_import' record.id %}' >" + _('Delete') + "</a>")
class Meta: