possible duplicate fix

This commit is contained in:
vabene1111
2020-05-15 12:49:31 +02:00
parent 569e385915
commit cd11cc58cf
2 changed files with 9 additions and 4 deletions

View File

@ -13,7 +13,7 @@ urlpatterns = [
path('plan/', views.meal_plan, name='view_plan'),
path('plan/entry/<int:pk>', views.meal_plan_entry, name='view_plan_entry'),
path('shopping/', views.shopping_list, name='view_shopping'),
path('settings/', views.settings, name='view_settings'),
path('settings/', views.user_settings, name='view_settings'),
path('history/', views.history, name='view_history'),
path('import/', import_export.import_recipe, name='view_import'),