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
Maybe just a documentation bug and something I do not clearly understand ?
Havig a look with the debugger it seems that BootstrapRenderer is the default, not SimpleRenderer...
In my template I have :
And a very basic navbar:
I inherit and register a renderer:
Then, the call to the
render(renderer='simple')
does not create the navbar, whereas the call torender()
will create it.The text was updated successfully, but these errors were encountered: