mirror of
https://github.com/wger-project/wger.git
synced 2026-02-18 00:17:51 +01:00
Added a new URL for the log nutrition plan
This commit is contained in:
@@ -200,6 +200,9 @@ patterns_diary = [
|
||||
url(r'^log-meal/(?P<meal_pk>\d+)$',
|
||||
log.log_meal,
|
||||
name='log_meal'),
|
||||
url(r'^log-plan/(?P<plan_pk>\d+)$',
|
||||
log.log_plan,
|
||||
name='log_plan')
|
||||
]
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user