Skip to content

Commit

Permalink
Feriennet: Adds privacy protection page.
Browse files Browse the repository at this point in the history
TYPE: Feature
LINK: PRO-887
  • Loading branch information
Marc Sommerhalder committed Oct 1, 2021
1 parent 00040c2 commit 9fa3199
Show file tree
Hide file tree
Showing 4 changed files with 234 additions and 4 deletions.
13 changes: 13 additions & 0 deletions src/onegov/feriennet/templates/macros.pt
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,19 @@
</div>
</metal:footer_sponsors>

<metal:footer_links define-macro="footer_links" i18n:domain="onegov.org">
<div class="row footer-links">
<div class="small-12 columns">
<span>&copy; Pro Juventute ${layout.today().year}</span>
<span>
<a href="${request.link(layout.org, 'privacy-protection')}" i18n:translate>
Privacy Protection
</a>
</span>
</div>
</div>
</metal:footer_links>

<metal:bosw_award define-macro="bosw_award" i18n:domain="onegov.feriennet">
<tal:b condition="request.locale.startswith('de')">
<a href="https://www.projuventute.ch/de/eltern/lehrpersonen-fachpersonen/feriennet" class="bosw-award">
Expand Down
Loading

0 comments on commit 9fa3199

Please sign in to comment.