Commit graph

5 commits

Author SHA1 Message Date
benarc
d2874a90e9 Working Events extension 2020-05-11 12:34:35 +01:00
benarc
ea3b858695 Replaced events extension with almost working vuejs one 2020-05-09 22:27:11 +01:00
Arc
74b760bb28
Update README.md 2020-02-23 00:11:12 +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