]> git.mxchange.org Git - fba.git/commit
Continued:
authorRoland Häder <roland@mxchange.org>
Thu, 8 Jun 2023 14:43:04 +0000 (16:43 +0200)
committerRoland Häder <roland@mxchange.org>
Thu, 8 Jun 2023 14:43:04 +0000 (16:43 +0200)
commitf6d9c4afca7d5cf621adb8bbd4fdc15444346e7b
tree9f9c6288872384fe8862178d336c018a922339ea
parenta1629661824c89b287117c53026660d8946f093f
Continued:
- moved templates to templates/views/
- introduced base.html which should be extended by view templates
- TOP x lists now have an own view template
12 files changed:
api.py
fba/federation/gotosocial.py
fba/federation/lemmy.py
fba/federation/mastodon.py
fba/federation/misskey.py
fba/federation/peertube.py
templates/base.html [new file with mode: 0644]
templates/index.html [deleted file]
templates/scoreboard.html [deleted file]
templates/views/index.html [new file with mode: 0644]
templates/views/scoreboard.html [new file with mode: 0644]
templates/views/top.html [new file with mode: 0644]