mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2026-01-01 04:10:06 -05:00
fixed broken defautl share
This commit is contained in:
@@ -463,7 +463,7 @@
|
||||
"entries": [],
|
||||
"entries_display": [],
|
||||
"shared": [{% for u in request.user.userpreference.plan_share.all %}
|
||||
{{ u.pk }},
|
||||
{ 'id': {{ u.pk }}, 'username': '{{ u.get_user_name }}' },
|
||||
{% endfor %}],
|
||||
"created_by": 1
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user