Update every significant instance of contact e-mail

This commit is contained in:
SimGetti 2023-12-17 11:43:06 +01:00 committed by Laetitia
parent 152abb1a61
commit f574645510
4 changed files with 5 additions and 5 deletions

View file

@ -447,7 +447,7 @@ ALTER TABLE public.order_ordereditem ALTER COLUMN id ADD GENERATED BY DEFAULT AS
--
COPY public.accounts_customuser (id, password, last_login, is_superuser, username, first_name, last_name, is_staff, is_active, date_joined, email) FROM stdin;
1 pbkdf2_sha256$600000$VJKqxzdIaZnD1NgKHW50OR$vilVIY56gjEdF7q6+zF2+DNBzInuX3+A/mo+1d42wsQ= 2023-05-26 16:06:38.096236+02 t laetitia@chariotte.fr Laetitia Getti t t 2023-05-26 16:04:17+02 laetitia@chariotte.fr
1 pbkdf2_sha256$600000$VJKqxzdIaZnD1NgKHW50OR$vilVIY56gjEdF7q6+zF2+DNBzInuX3+A/mo+1d42wsQ= 2023-05-26 16:06:38.096236+02 t contact@chariotte.fr Laetitia Getti t t 2023-05-26 16:04:17+02 contact@chariotte.fr
\.

View file

@ -7,8 +7,8 @@ from sentry_sdk.integrations.django import DjangoIntegration
BASE_DIR = Path(__file__).resolve().parent.parent
BASE_URL = os.getenv("BASE_URL", "http://127.0.0.1:8000")
PROJECT_NAME = os.getenv("PROJECT_NAME", "La Chariotte")
GITLAB_LINK = "https://gitlab.com/la-chariotte/la_chariotte"
CONTACT_MAIL = "laetitia@chariotte.fr"
GITLAB_LINK = "https://gitlab.com/hashbangfr/la_chariotte"
CONTACT_MAIL = "contact@chariotte.fr"
# SECURITY WARNING: keep the secret key used in production secret!
SECRET_KEY = os.getenv(

View file

@ -136,7 +136,7 @@
</div>
<div class="column is-size-6 columns">
<div class="column margin-auto">
<p>Contact : <a href="mailto:laetitia@chariotte.fr">laetitia@chariotte.fr</a>
<p>Contact : <a href="mailto:contact@chariotte.fr">contact@chariotte.fr</a>
<p>Suivez <strong>la Chariotte</strong> sur :</p>
</div>
<div class="column">

View file

@ -3,7 +3,7 @@ name = "la_chariotte"
dynamic = ["version"]
description = "Web application for organising grouped orders"
authors = [{name = "Laetitia Getti", email = "laetitia@chariotte.fr"}]
authors = [{name = "Laetitia Getti", email = "contact@chariotte.fr"}]
readme = "README.md"
license = {file = "LICENSE"}
classifiers = ["License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)"]