From 6ac05eb18ff091997fcbb404a0e5060934e35bca Mon Sep 17 00:00:00 2001 From: Serghei Mihai Date: Wed, 31 Mar 2021 10:38:22 +0200 Subject: [PATCH] templates: include common user-info block (#52554) --- templates/theme.html | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/templates/theme.html b/templates/theme.html index f2aaaf0..4c8d012 100644 --- a/templates/theme.html +++ b/templates/theme.html @@ -61,16 +61,7 @@ {{ global_title }} {% endblock %} - + {% include 'includes/user-info.html' %} {% block header-bottom %}{% endblock %}