From 7e7d95ffb0f0753a0f8f4bd58133c2ddb1c604bd Mon Sep 17 00:00:00 2001 From: HugoNeveux Date: Sun, 3 May 2020 15:13:20 +0200 Subject: [PATCH] Capitalize module titles on main page --- PDMI/front/templates/front/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PDMI/front/templates/front/index.html b/PDMI/front/templates/front/index.html index 79c6998..90a6cad 100644 --- a/PDMI/front/templates/front/index.html +++ b/PDMI/front/templates/front/index.html @@ -31,7 +31,7 @@
-
{{ module.name }}
+
{{ module.name|title }}
Downloaded {{ module.downloads }} times
@@ -52,7 +52,7 @@
-
{{ module.name }}
+
{{ module.name|title }}