visual improvements

This commit is contained in:
vabene1111
2018-05-15 22:58:29 +02:00
parent b92c6dd88f
commit 0acecba367
8 changed files with 49 additions and 21 deletions

View File

@ -31,7 +31,7 @@ urlpatterns = [
path('delete/import/<int:pk>/', edit.ImportDelete.as_view(), name='delete_import'),
path('batch/monitor', batch.batch_monitor, name='batch_monitor'),
path('batch/category', batch.batch_edit, name='batch_edit'),
path('batch/edit', batch.batch_edit, name='batch_edit'),
path('batch/import/all', batch.batch_import_all, name='batch_import_all'),
path('api/get_file_link/<int:recipe_id>/', api.get_file_link, name='api_get_file_link'),