Commit graph

105 commits

Author SHA1 Message Date
Arc
436bcfbd11
Rename example.config.json to config.json 2020-02-19 22:52:59 +00:00
Arc
47bb06feb7
Rename config.json to example.config.json 2020-02-19 22:52:28 +00:00
Arc
1328c0ad3e
Update views.py 2020-02-19 12:40:53 +00:00
Arc
3f9fdf2da6
Add files via upload 2020-02-19 12:35:04 +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