This repository has been archived by the owner on Oct 3, 2023. It is now read-only.
forked from Antash/exercisync
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #239 from Decathlon/feature/remove-member-sport-ma…
…il-use-form-instead feature: replace member-sport team mail from contact page
- Loading branch information
Showing
2 changed files
with
5 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 "GDPR" in the subject line." %}</p> | ||
{% endblock %} |