Skip to content

Instantly share code, notes, and snippets.

@dploeger
dploeger / Migration.md
Last active April 18, 2018 03:26
Migration Notes Godot 2 => Godot 3
@thedod
thedod / README.md
Last active May 2, 2023 14:02
Quick workaround for a flask-bootstrap navbar with items at the right side

A quick workaround for a flask-bootstrap navbar with items at the right side, as requested at #126.

Bonus: ability to change navbar's style (navbar navbar-inverse in the example).

  • copy the flask-bootstrap sample app to a folder.
  • overwrite nav.py, __init__.py, and frontend.py with the files here.