Skip to content
Snippets Groups Projects

Resolve "Add a "GDPR" notice"

Merged Benoît Harrault requested to merge 56-add-a-gdpr-notice into master
1 file
+ 8
0
Compare changes
  • Side-by-side
  • Inline
+ 8
0
@@ -65,6 +65,14 @@
{% block content %}{% endblock %}
</div>
<div class="container text-muted">
We don't collect or keep any personal data.
<br />
Your top artists and playlists are read from your Spotify account, playlists are generated "on the fly" and directly saved to your Spotify account.
<br />
Some access log (with your IP) are technically generated, but never read :')
</div>
{% endblock %}
{% block javascripts %}{{ encore_entry_script_tags('app') }}{% endblock %}
Loading