From be53adb5516aa9805afbea366e49a4b40aa91ec3 Mon Sep 17 00:00:00 2001 From: Cyril Date: Mon, 1 Aug 2022 17:44:36 +0200 Subject: [PATCH] Display the tag and theme field on the detail view of a project --- CHANGELOG.md | 1 + app/frontend/templates/projects/show.html | 15 +++++++++++++++ 2 files changed, 16 insertions(+) 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'}} +
+ + {{theme.name}} + +
+
{{project.project_caos_attributes.length}} @@ -150,6 +156,15 @@
+
+
+

{{ 'app.shared.project.tags' }}

+
+
+
{{ project.tags }}
+
+
+