From c20a28b15ee9f3998f539f9d6f906b5e39c23e19 Mon Sep 17 00:00:00 2001 From: Alexandre Iooss Date: Wed, 19 Sep 2018 22:49:12 +0200 Subject: [PATCH] Add changelog information --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fd4e0177..cdacea61 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -150,3 +150,17 @@ On some database engines (postgreSQL) you also need to update the id sequences: ```bash python3 manage.py sqlsequencereset cotisations | python3 manage.py dbshell ``` + +## MR 296: Frontend changes + +Install fonts-font-awesome + +```bash +apt-get -y install fonts-font-awesome +``` + +Collec new statics + +```bash +python3 manage.py collectstatic +```