Skip to content

Commit

Permalink
Privacybeleid link in footer #116
Browse files Browse the repository at this point in the history
  • Loading branch information
taeymma committed Jun 29, 2018
1 parent 132c8cb commit 2933b26
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyoes/templates/pyoes/layout.jinja2
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@

{% set default_footer_nav = [
('Toegankelijkheid', 'https://www.onroerenderfgoed.be/toegankelijkheid'),
('Juridische Informatie', 'https://www.onroerenderfgoed.be/nl/juridisch')
('Juridische Informatie', 'https://www.onroerenderfgoed.be/nl/juridisch'),
('Privacybeleid', 'https://www.onroerenderfgoed.be/nl/over-ons/privacybeleid/')
]
-%}

Expand Down

0 comments on commit 2933b26

Please sign in to comment.