unit merging

This commit is contained in:
vabene1111
2020-02-03 11:00:11 +01:00
parent 6ccafe3c2f
commit 00fdab1678
5 changed files with 83 additions and 4 deletions

View File

@ -38,6 +38,7 @@ urlpatterns = [
path('edit/comment/<int:pk>/', edit.CommentUpdate.as_view(), name='edit_comment'),
path('edit/recipe-book/<int:pk>/', edit.RecipeBookUpdate.as_view(), name='edit_recipe_book'),
path('edit/plan/<int:pk>/', edit.MealPlanUpdate.as_view(), name='edit_plan'),
path('edit/ingredient/', edit.edit_ingredients, name='edit_ingredient'),
path('redirect/delete/<slug:name>/<int:pk>/', edit.delete_redirect, name='redirect_delete'),