mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2026-01-01 04:10:06 -05:00
class filter tag
This commit is contained in:
@@ -60,7 +60,7 @@ class MonitoredPathTable(tables.Table):
|
||||
fields = ('id', 'path', 'last_checked')
|
||||
|
||||
|
||||
class ImportTable(tables.Table):
|
||||
class RecipeImportTable(tables.Table):
|
||||
id = tables.LinkColumn('new_recipe_import', args=[A('id')])
|
||||
delete = tables.TemplateColumn("<a href='{% url 'delete_import' record.id %}' >" + _('Delete') + "</a>")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user