# HG changeset patch # User Goffi # Date 1619887611 -7200 # Node ID 6895500a42d67e3eb95698f0fea8f594f35d6dea # Parent f3c8a6af4ee21ac5e42fb720f313eb98ed35d708 bulma (login/logged): don't display breadcrumbs diff -r f3c8a6af4ee2 -r 6895500a42d6 sat_templates/templates/bulma/login/logged.html --- 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 %}