comparison sat_templates/templates/bulma/login/logged.html @ 327:6895500a42d6

bulma (login/logged): don't display breadcrumbs
author Goffi <goffi@goffi.org>
date Sat, 01 May 2021 18:46:51 +0200
parents 0e69b5843c2f
children
comparison
equal deleted inserted replaced
326:f3c8a6af4ee2 327:6895500a42d6
1 {% set post_confirm_message=_("You have been logged correctly") %} 1 {% set post_confirm_message=_("You have been logged correctly") %}
2 {% set no_breadcrumps=true %}
2 {% if not embedded %}{% extends 'base/base.html' %}{% endif %} 3 {% if not embedded %}{% extends 'base/base.html' %}{% endif %}
3 {% import 'input/form.html' as form with context %} 4 {% import 'input/form.html' as form with context %}
4 {% import 'input/field.html' as field with context %} 5 {% import 'input/field.html' as field with context %}
5 6
6 {% block title %}{{C.APP_NAME}}{% endblock %} 7 {% block title %}{{C.APP_NAME}}{% endblock %}