From 34f5ab2709c2d4be6c69705488cd1999b6d40468 Mon Sep 17 00:00:00 2001 From: Mohamed-Hacene <90701924+Mohamed-Hacene@users.noreply.github.com> Date: Wed, 27 Sep 2023 10:19:59 +0200 Subject: [PATCH] docs: link calendar page in help statement --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index c3b29eb..c82fa86 100644 --- a/readme.md +++ b/readme.md @@ -242,7 +242,7 @@ python manage.py compilemessages -i venv -l fr python manage.py runserver ``` -🆘 *HELP*: If you have the error `"unsupported locale setting"` when loading the `/calendar/` page, run: +🆘 *HELP*: If you have the error `"unsupported locale setting"` when loading the `[/calendar/](http://127.0.0.1:8000/calendar/)` page, run: ```sh export LC_ALL="fr_FR.UTF-8" & export LC_CTYPE="fr_FR.UTF-8" & sudo dpkg-reconfigure locales