OpenSlides/client/src/app/site/login/components/login-privacy-policy/login-privacy-policy.component.html
FinnStutzenstein 3e0618063b Routing for the privacy policy and legal notice.
Save those values in a new service, that will also watch for changes in
config variables. UI is not good; this can be done later

Share legal notice and privacy policy

Created some containers for them
2018-09-10 11:39:46 +02:00

10 lines
291 B
HTML

<main>
<mat-toolbar color="primary" translate>
Privacy Policy
</mat-toolbar>
<os-privacy-policy-content></os-privacy-policy-content>
<button mat-raised-button color="accent" routerLink="/login" routerLinkActive="router-link-active" translate>Login</button>
</main>