-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mentions légales et opt-out pour haie #468
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A mon tour de pinailler un peu :)
|
||
<h2>Directeurs ou directrices de la publication</h2> | ||
|
||
<p>M. Philippe MAZENC, directeur général de l'aménagement, du logement et de la nature (DGALN).</p> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
On ne peut pas éviter d'avoir des noms de personnes susceptibles d'évoluer dans le temps ? C'est casse pied à maintenir...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Je crois qu'il est obligatoire d'avoir un nom de personne physique. Dans tous les cas, le texte est fourni tel quel par les juristes de chez beta, donc j'éviterais de trop le changer si je peux.
|
||
{% if visitor_id %} | ||
<p> | ||
Nous réalisons également un suivi statistique de certaines actions de navigation (par exemple les étapes d’utilisation du simulateur ou l’utilisation de l’outil de saisie du linéaire de haie) qui sont stockées localement et de manière anonyme, afin de mieux comprendre l'utilisation du service. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"qui sont stockées localement" Le cookie est certe stocké localement, mais les actions de navigation sont stockées chez nous.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Effectivement, je ne sais plus d'où vient cette phrase. Je modifie.
{% endif %} | ||
|
||
<h2>Licence</h2> | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
On ne redit pas ici : "Sauf mention contraire, tous les textes de ce site sont sous licence etalab-2.0" ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ce texte est présent dans le footer il me semble.
envergo/pages/urls_haie.py
Outdated
path(_("legal-mentions/"), LegalMentionsView.as_view(), name="legal_mentions"), | ||
path( | ||
_("legal-mentions/"), | ||
PrivacyView.as_view(template_name="haie/pages/legal_mentions.html"), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
C'est pratique de réutiliser la PrivacyView ici, mais je trouve que le nom nous induit en erreur.
Peut-etre faire une VisitorTemplateView que l'on utiliserait ici et dont la PrivacyView heriterait ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok, j'ai complètement viré la vue qui ne servait pas à grand chose. Je passe par un context processor pour passer la variable au template.
3393be0
to
15becfa
Compare
We now pass the variable via a context processor
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👌
https://trello.com/c/KOgXYUkz/1123-guh-mise-%C3%A0-jour-mentions-l%C3%A9gales-haie-et-gestion-de-lopt-out-cookies-de-suivi