Benjamin Fuhro
Benjamin Fuhro
Hey, I had the same problem and solved it by adding those css properties to the container. ``` #intro { margin: auto; width: calc(100vw - 40px); } ``` I think...
> you probably mean: > > ``` > if item is None: > abort(404) > ``` Yes my bad
I could not really play with dict as it is a builtin so I dont really know I can't create a branch on the repo, could you give access to...
is this feature implemented? I couldnt find any documentation on this
I could fix it by replacing the functions below on the file flask_appbuilder/filters.py but I dont have the rights to create a branch on this repo ```py @app_template_filter("link_page") def link_page_filter(self,...