change read privacy for Privacy

This commit is contained in:
Cayo Puigdefabregas 2024-02-05 14:58:54 +01:00
parent 0018932999
commit 7d4a3d3e60
2 changed files with 6 additions and 6 deletions

View File

@ -76,17 +76,17 @@ class TermsConditionsForm(forms.Form):
def privacy_label(self):
url = "https://laweb.pangea.org/politica-de-privacitat/"
read = _("Read privacy policy")
read = _("Privacy policy")
return self.get_label(url, read)
def legal_label(self):
url = "https://laweb.pangea.org/avis-legal/"
read = _("Read legal policy")
read = _("Legal policy")
return self.get_label(url, read)
def cookies_label(self):
url = "https://laweb.pangea.org/politica-de-cookies-2/"
read = _("Read cookies policy")
read = _("Cookies policy")
return self.get_label(url, read)
def clean(self):

View File

@ -40,17 +40,17 @@ class TermsConditionsForm(forms.Form):
def privacy_label(self):
url = "https://laweb.pangea.org/politica-de-privacitat/"
read = _("Read privacy policy")
read = _("Privacy policy")
return self.get_label(url, read)
def legal_label(self):
url = "https://laweb.pangea.org/avis-legal/"
read = _("Read legal policy")
read = _("Legal policy")
return self.get_label(url, read)
def cookies_label(self):
url = "https://laweb.pangea.org/politica-de-cookies-2/"
read = _("Read cookies policy")
read = _("Cookies policy")
return self.get_label(url, read)
def clean(self):