import all button, migration

This commit is contained in:
Kaibu
2019-11-14 00:34:35 +01:00
parent 3d3e598e2c
commit c3f62dd469
3 changed files with 23 additions and 1 deletions

View File

@ -31,7 +31,7 @@ def recipe_import(request):
RequestConfig(request, paginate={'per_page': 25}).configure(table)
return render(request, 'generic/list_template.html', {'title': _("Import"), 'table': table})
return render(request, 'generic/list_template.html', {'title': _("Import"), 'table': table, 'import_btn': True})
@login_required