From f06f14e81474ba328fcbce24ee9d3b8848c7701e Mon Sep 17 00:00:00 2001 From: Darks Date: Mon, 12 Jun 2023 19:21:26 +0200 Subject: [PATCH] templates: fix a template tabtitle --- app/templates/programs/submit.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/templates/programs/submit.html b/app/templates/programs/submit.html index fb6aede..1c896fc 100644 --- a/app/templates/programs/submit.html +++ b/app/templates/programs/submit.html @@ -2,7 +2,7 @@ {% import "widgets/editor.html" as widget_editor %} {% import "widgets/tag_selector.html" as widget_tag_selector with context %} -{% set tabtitle = f"Programmes - Soumettre un programme" %} +{% set tabtitle = "Programmes - Soumettre un programme" %} {% block title %} Programmes ยป

Soumettre un programme