Fix issue where arriving directly on settings page would show an empty list for exercises & people
This commit is contained in:
@@ -3,6 +3,6 @@
|
|||||||
{% block content %}
|
{% block content %}
|
||||||
|
|
||||||
{{ render_partial('partials/page/settings.html',
|
{{ render_partial('partials/page/settings.html',
|
||||||
model=model) }}
|
people=people, exercises=exercises) }}
|
||||||
|
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
Reference in New Issue
Block a user