translations #210

Merged
ismail merged 5 commits from frontend into main 2025-08-31 16:09:50 +03:00
2 changed files with 4 additions and 3 deletions
Showing only changes of commit 142046cb8b - Show all commits

View File

@ -414,7 +414,7 @@
</li>
</ul>
{# --- Support & Contact Section (New) --- #}
<div class="mt-auto">
{% comment %} <div class="mt-auto">
<ul class="navbar-nav flex-column">
<li class="nav-item">
<a class="nav-link" href="#">
@ -442,7 +442,7 @@
</li>
</ul>
</div>
</div> {% endcomment %}
{% endif %}
</div>
</div>
@ -451,7 +451,7 @@
<div class="d-flex align-items-center">
{% if user.is_authenticated%}
<span class="nav-link-icon"><span class="fa-solid fa-gear me-1 fs-5"></span></span>
<span class="nav-link-icon"><span class="fa-solid fa-gear me-1 fs-7"></span></span>
<span class="nav-link-text">{{ request.dealer.user.username }}</span>
{% endif %}

View File

@ -1,3 +1,4 @@
{% load i18n %}
<style>
.fade-out {
animation: fadeOut 1s ease-out forwards;