format breadcrumb

This commit is contained in:
Jordan Blasenhauer 2024-01-30 14:53:59 +01:00
parent 983355bcea
commit 544f57e289

View file

@ -1,4 +1,4 @@
{% set current_endpoint = url_for(request.endpoint)[1:].split("/")[-1].strip()
{% set current_endpoint = url_for(request.endpoint)[1:].split("/")[-1].strip().replace('_', ' ').replace('-', ' ')
%}
<!-- header -->