Fix issue where arriving directly on settings page would show an empty list for exercises & people

This commit is contained in:
Peter Stockings
2023-07-14 22:10:26 +10:00
parent 1970bc6417
commit 9cd3ce15e0

View File

@@ -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 %}