small ui fix #231

Merged
ismail merged 5 commits from frontend into main 2025-09-09 18:51:57 +03:00
Showing only changes of commit 2a292e546a - Show all commits

View File

@ -488,7 +488,7 @@
data-bs-toggle="tooltip"
data-bs-placement="bottom"
title="{% trans 'Logged in as ' %}{{ request.user.username }}">
{% trans 'Hello, ' %}{{ name_to_display }}
{% trans 'Hello, ' %}<span class="mx-1">{{ name_to_display }}</span>
</h6>
{% endwith %}