dark mode

This commit is contained in:
vabene1111
2020-02-04 22:00:47 +01:00
parent 2d70680214
commit c96159e15c
9 changed files with 180 additions and 3 deletions

View File

@ -9,6 +9,7 @@ urlpatterns = [
path('books/', views.books, name='view_books'),
path('plan/', views.meal_plan, name='view_plan'),
path('shopping/', views.shopping_list, name='view_shopping'),
path('settings/', views.settings, name='view_settings'),
path('view/recipe/<int:pk>', views.recipe_view, name='view_recipe'),