From bd38bd5ee092d48c396dc13b53ca5b2e152d42cb Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Thu, 4 Jul 2019 18:01:31 +0200 Subject: [PATCH] add a block around content of
  • (#34547) --- gadjo/templates/gadjo/root.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gadjo/templates/gadjo/root.html b/gadjo/templates/gadjo/root.html index 43be9f0..34ab77a 100644 --- a/gadjo/templates/gadjo/root.html +++ b/gadjo/templates/gadjo/root.html @@ -31,7 +31,7 @@ {% endif %} {% if user.is_authenticated %}
  • {{ user.get_full_name|slice:":1" }}
  • -
  • {{ user.get_full_name }}
  • +
  • {% block user-name %}{{ user.get_full_name }}{% endblock %}
  • {% endif %} -- 2.20.1