diff options
author | Andrea Lepori <aleporia@gmail.com> | 2023-08-16 15:07:53 +0200 |
---|---|---|
committer | Andrea Lepori <aleporia@gmail.com> | 2023-08-16 15:08:17 +0200 |
commit | bae57ae7c971e500b536c67a04cce43e84a44b64 (patch) | |
tree | 7a9811c2b5defac4cc406a0ef4df023d0b4f8dfd /client/templates | |
parent | fix hiding docs on phone (diff) | |
download | scout-subs-bae57ae7c971e500b536c67a04cce43e84a44b64.tar.gz scout-subs-bae57ae7c971e500b536c67a04cce43e84a44b64.zip |
check if person has a branca
Diffstat (limited to 'client/templates')
-rw-r--r-- | client/templates/client/index.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/client/templates/client/index.html b/client/templates/client/index.html index 2690703..2e714cd 100644 --- a/client/templates/client/index.html +++ b/client/templates/client/index.html @@ -433,6 +433,9 @@ {% if data.4 %} Uno o più allegati medici (certificato di vacinazione o tessera della cassa malati) non sono stati aggiunti.<br> {% endif %} + {% if data.5 %} + La persona non è stata assegnata ad una branca.<br> + {% endif %} Per poter creare una nuova iscrizione completare tutti i dati.</p> </div> </div> |