Parcourir la source

Fix typos

Thanks @daimrod :-)
Jocelyn Delalande il y a 7 ans
Parent
commit
18a98a6c5e

+ 1 - 1
README.md

@@ -136,7 +136,7 @@ Run production server
 
 1. Deploy it [like any django site](https://docs.djangoproject.com/en/1.11/howto/deployment/)
 2. Customize [mandatory and optional settings](#set-up-configuration)
-3. Customize `SECRET_KEY` to something realy radom. Hint: `python -c "import string,random; uni=string.ascii_letters+string.digits+string.punctuation; print(repr(''.join([random.SystemRandom().choice(uni) for i in range(random.randint(45,50))])))"`
+3. Customize `SECRET_KEY` to something really random. Hint: `python -c "import string,random; uni=string.ascii_letters+string.digits+string.punctuation; print(repr(''.join([random.SystemRandom().choice(uni) for i in range(random.randint(45,50))])))"`
 4. Set *daily* crons for the two commands that take care of data expiration
    handling (run them with `--help` for more information):
     - `./manage.py delete_expired_contribs`

+ 1 - 1
wifiwithme/apps/contribmap/templates/contribmap/mails/expiration_reminder.txt

@@ -6,7 +6,7 @@ Votre demande a bien été enregistrée. Elle est en ligne publiquement à l'adr
 
 Si tout ou partie des informations n'apparaissent pas, c'est que vous avez choisi qu'elles ne soient pas publiques.
 
-Vous pouvez gérer ou supprimer ta demande grace à ce lien privé à conserver :
+Vous pouvez gérer ou supprimer ta demande grâce à ce lien privé à conserver :
 
 <{{ management_link }}>
 

+ 1 - 1
wifiwithme/apps/contribmap/templates/contribmap/mails/new_contrib_author_notice.txt

@@ -4,7 +4,7 @@ Votre demande a bien été enregistrée. Elle est en ligne publiquement à l'adr
 
 Si tout ou partie des informations n'apparaissent pas, c'est que vous avez choisi qu'elles ne soient pas publiques.
 
-Vous pouvez gérer ou supprimer votre demande grace à ce lien privé à conserver :
+Vous pouvez gérer ou supprimer votre demande grâce à ce lien privé à conserver :
 
 <{{ management_link }}>