Basic "Impressum" (imprint) and "Datenschutzerklärung" (privacy page) #574
Labels
docker
docker, nginx, docker-compose related
enhancement
New feature or request
frontend
Issues mainly related to the frontend
Legacy
Issues that were created by the 2021 BP
meta
Issues mainly related to non-TS stuff (e.g. CI)
There should be in the footer on the start page to webpage/impressum and webpage/datenschutz.
Webpage should be dynamic, so the links should be something like
href="/impressum"
.When clicking these links there should be two template pages telling how the person can overwrite them.
The templates should have a way (at the top, I would say) to go back to the startpage and probably include the footer as well (to switch between the to pages).
I would put the pages in a folder under docker or a new folder in the root directory called
custom_webpages
or something like that.These pages should then be able to be overwritten with the help of a mounting of docker volume (example should be included in
docker-compose.yml
and just needs to be uncommented).The text was updated successfully, but these errors were encountered: