From 778f6dd48db8c04a0a9de4e9bf8509f94aba6112 Mon Sep 17 00:00:00 2001 From: Bess1k Date: Tue, 24 Feb 2026 13:03:14 +0100 Subject: [PATCH] Delete views/inscription.tpl --- views/inscription.tpl | 197 ------------------------------------------ 1 file changed, 197 deletions(-) delete mode 100644 views/inscription.tpl diff --git a/views/inscription.tpl b/views/inscription.tpl deleted file mode 100644 index 7b82e77..0000000 --- a/views/inscription.tpl +++ /dev/null @@ -1,197 +0,0 @@ -{extends file="views/layout.tpl"} - -{block name="content"} - - - -
- - -
-
- - -
- - -

Inscription

- - -

- Créez votre compte utilisateur. -

- {if (isset($arrError) && count($arrError) > 0) } -
- {foreach $arrError as $strError} -

{$strError}

- {/foreach} -
- {/if} - - -
- -
- - -
- - -
- - -
- - -
- - -
- -
- @ - -
-
- - -
- - -
- - -
- - -
- -
- - -
- - -
- - -
- - -
- - -
- - -
- - -
- - -
- - -
- - -
- -
- - -
- - Déjà un compte ? - Se connecter - -
- - -
- - -
- -
-
-
-{/block} \ No newline at end of file