Skip to content
This repository has been archived by the owner on Oct 3, 2023. It is now read-only.

Commit

Permalink
Merge pull request #239 from Decathlon/feature/remove-member-sport-ma…
Browse files Browse the repository at this point in the history
…il-use-form-instead

feature: replace member-sport team mail from contact page
  • Loading branch information
RouxAntoine authored Aug 17, 2023
2 parents 7dbdde3 + 037ba43 commit b6b1551
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions tapiriik/locale/fr/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
Expand Up @@ -771,6 +771,10 @@ msgstr ""
"Si vous souhaitez faire une demande concernant la RGDP, merci de mentionnner "
"RGPD dans le sujet de l'email."

#: tapiriik/web/templates/static/contact.html:12
msgid "the support form for other depend"
msgstr "Formulaire de support pour tout autre demande"

#: tapiriik/web/templates/static/faq.html:6
msgid "Questions / Answers"
msgstr "Questions / Réponses"
Expand Down
2 changes: 1 addition & 1 deletion tapiriik/web/templates/static/contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@

{% block content %}
<p>{% trans "If you are having issues with your account" %}, <b>{% trans "please check" %} <a href="{% url 'activities_dashboard' %}">{% trans "the activity dashboard" %}</a></b> - {% trans "it'll do its best to tell you what went wrong" %}.</p>
<a href="mailto:membersport@decathlon.com{% if user %}?body=My Hub by DECATHLON user ID is {{ user|dict_get:'_id' }}{% endif %}" target="_blank" class="large">[email protected]</a>
<a href="https://decathlon.volvox.rs/custom_forms/20?&lang=fr-FR">{% trans "the support form for other depend" %}</a>
<p>{% trans "If you are making an enquiry regarding the European Union's General Data Protection Regulation, please mention &quot;GDPR&quot; in the subject line." %}</p>
{% endblock %}

0 comments on commit b6b1551

Please sign in to comment.