changeset 327:6895500a42d6

bulma (login/logged): don't display breadcrumbs
author Goffi <goffi@goffi.org>
date Sat, 01 May 2021 18:46:51 +0200
parents f3c8a6af4ee2
children bfb0d5829728
files sat_templates/templates/bulma/login/logged.html
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/sat_templates/templates/bulma/login/logged.html	Sat May 01 18:45:33 2021 +0200
+++ b/sat_templates/templates/bulma/login/logged.html	Sat May 01 18:46:51 2021 +0200
@@ -1,4 +1,5 @@
 {% set post_confirm_message=_("You have been logged correctly") %}
+{% set no_breadcrumps=true %}
 {% if not embedded %}{% extends 'base/base.html' %}{% endif %}
 {% import 'input/form.html' as form with context %}
 {% import 'input/field.html' as field with context %}