Skip to content

fix: Populates header links with actual URLs.

stephen requested to merge add-privacy-page-link into main

@mattlav noted with an eagle eye that there was no privacy policy page in the footer of the site, as there is on the current live site. Ergo, a few adjustments have been made to ensure that donate-neo has one:

  • /privacy-policy/ URL added to routing and pointed at new template, privacy-policy.html.jinja
  • privacy-policy.html.jinja populated with default template content and the text content from the live site's privacy policy.
  • footer.html adjusted to include link in footer along with link to trademark data

Closes #67 (closed).

Merge request reports