Commit Graph
56 Commits
Author SHA1 Message Date
ArcandGitHub 9f0c72acc9 Update views_api.py 2020-02-05 12:57:45 +00:00
ArcandGitHub a8f91b00a5 Update views_api.py 2020-02-05 12:27:56 +00:00
ArcandGitHub 21bd049164 Crude hack to try and make the faucets work 2020-02-05 12:14:18 +00:00
ArcandGitHub 5a74f52712 Update views_api.py 2020-02-04 22:53:00 +00:00
ArcandGitHub 5a1727df58 Update views_api.py 2020-02-04 22:51:50 +00:00
Eneko Illarramendi 9e90aabead refactor: use Flask Blueprints to organize extensions
- extensions are now blueprints: keep views, templastes and statics in the same folder
- increase app security using `flask-talisman`
- whenever possible use {{ url_for }} for links between pages
- remove references to non-existing JavaScript code
- add missing favicon.ico
2020-01-31 21:07:05 +01:00