diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2024-02-12 19:19:41 +0100 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2024-02-12 19:19:41 +0100 |
commit | 1a9d750de7bb30bea5dcc7cd14f3f1826ddf00f7 (patch) | |
tree | d8d17e30646e4cb2af3ea15a8c12ec60eb0e545c /templates/pim_inspect.html | |
parent | 5dd6419d676aa60ddde188a800d5084211e88d89 (diff) | |
download | guichet-1a9d750de7bb30bea5dcc7cd14f3f1826ddf00f7.tar.gz guichet-1a9d750de7bb30bea5dcc7cd14f3f1826ddf00f7.zip |
Implement basic PIM management
Diffstat (limited to 'templates/pim_inspect.html')
-rw-r--r-- | templates/pim_inspect.html | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/templates/pim_inspect.html b/templates/pim_inspect.html new file mode 100644 index 0000000..7d86f9b --- /dev/null +++ b/templates/pim_inspect.html @@ -0,0 +1,16 @@ +{{define "title"}}Configurer mConfigurer mon compte email |{{end}} + +{{define "body"}} +<div class="d-flex"> + <h4>Mon adresse email</h4> + <a class="ml-auto btn btn-info" href="/">Menu principal</a> +</div> + +<div class="row"> + <div class="col-md-12 mt-3"> + <div class="alert alert-danger">PAGE DE DEBUG, NON CONFORME POUR UNE MISE EN PRODUCTION</div> + </div> + <pre>{{ . }}</pre> +</div> + +{{end}} |