fixed wrong changed path

This commit is contained in:
vabene1111 2018-06-07 00:01:11 +02:00
parent 8b6f7bd7cb
commit b9994e6a45

View File

@ -78,7 +78,7 @@ class SyncTable(tables.Table):
class Meta:
model = Sync
template_name = 'generic/table_template.html'
fields = ('id', 'file_path', 'storage', 'last_checked')
fields = ('id', 'path', 'storage', 'last_checked')
class RecipeImportTable(tables.Table):