diff --git a/CHANGELOG.md b/CHANGELOG.md index edb8d9556..0d743431a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ - Added a test for multiple reservations on the same space slot - Fix a security issue: updated moment to 2.29.4 to fix [CVE-2022-31129](https://cve.mitre.org/cgi-bin/cvename.cgi?CVE-2022-31129) +- Display the tag and theme field on the detail view of a project ## v5.4.13 2022 July 27 diff --git a/app/frontend/templates/projects/show.html b/app/frontend/templates/projects/show.html index de9773310..4fe28d49e 100644 --- a/app/frontend/templates/projects/show.html +++ b/app/frontend/templates/projects/show.html @@ -84,9 +84,15 @@ {{ 'app.public.projects_show.posted_on_' | translate }} {{project.created_at | amDateFormat: 'LL'}} +