From 6ea64d690ab8b989dc7782f5e97af1d2cbb9cd20 Mon Sep 17 00:00:00 2001 From: Florentin Labelle <florentin.labelle@student-cs.fr> Date: Thu, 13 Oct 2022 15:50:55 +0200 Subject: [PATCH] update template --- calculator/templates/index.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/calculator/templates/index.html b/calculator/templates/index.html index 1806d83..1569bf9 100644 --- a/calculator/templates/index.html +++ b/calculator/templates/index.html @@ -9,6 +9,8 @@ <h1>ViaRézo Calculator</h1> </header> <div> + <p>(Attention il faut mettre un espace entre les opérateurs et les chiffres)</p> + <p>Les expressions autorisées sont uniquement avec des - * + /, </p> <form action="/" method="get"> {% if expression %} <input type="text" name="expression" placeholder="12 / 2 + 6 * 8" value="{{ expression }}"> -- GitLab