You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The video edit page is still using old-style breadcrumbs. Breadcrumb rendering should be moved into a macro that is called from everywhere. The macro should accept a list of objects as the parents parameter and render them with item.url_for() and item.title.
The video edit page is still using old-style breadcrumbs. Breadcrumb rendering should be moved into a macro that is called from everywhere. The macro should accept a
list
of objects as theparents
parameter and render them withitem.url_for()
anditem.title
.@Praseetha-KR, please ask @kracekumar for help with creating a Jinja2 macro.
The text was updated successfully, but these errors were encountered: