diff --git a/flask_appbuilder/templates/appbuilder/general/model/list.html b/flask_appbuilder/templates/appbuilder/general/model/list.html index 23f1e342a1..09f9d03482 100644 --- a/flask_appbuilder/templates/appbuilder/general/model/list.html +++ b/flask_appbuilder/templates/appbuilder/general/model/list.html @@ -12,9 +12,9 @@ {% block list_list scoped %}
- {{ widgets.get('list')()|safe }} + {{ widgets.get('list')()|safe }}
{% endblock %} -{{ lib.panel_end() }} +{{ lib.panel_end() }} {% endblock %}