|
@@ -206,13 +206,13 @@
|
|
|
<li class="nav-item dropdown user-menu"> <a href="#" class="nav-link dropdown-toggle"
|
|
<li class="nav-item dropdown user-menu"> <a href="#" class="nav-link dropdown-toggle"
|
|
|
data-bs-toggle="dropdown"> <img src="{% static './images/user2-160x160.jpg' %}"
|
|
data-bs-toggle="dropdown"> <img src="{% static './images/user2-160x160.jpg' %}"
|
|
|
class="user-image rounded-circle shadow" alt="User Image"> <span
|
|
class="user-image rounded-circle shadow" alt="User Image"> <span
|
|
|
- class="d-none d-md-inline">Arun Devar</span> </a>
|
|
|
|
|
|
|
+ class="d-none d-md-inline">{{ request.session.user_email }}</span> </a>
|
|
|
<ul class="dropdown-menu dropdown-menu-lg dropdown-menu-end"> <!--begin::User Image-->
|
|
<ul class="dropdown-menu dropdown-menu-lg dropdown-menu-end"> <!--begin::User Image-->
|
|
|
<li class="user-header text-bg-secondary"> <img src="{% static './images/user2-160x160.jpg' %}"
|
|
<li class="user-header text-bg-secondary"> <img src="{% static './images/user2-160x160.jpg' %}"
|
|
|
class="rounded-circle shadow" alt="User Image">
|
|
class="rounded-circle shadow" alt="User Image">
|
|
|
<p>
|
|
<p>
|
|
|
- Arun Devar - Senior Manager
|
|
|
|
|
- <small>Since Nov. 2023</small>
|
|
|
|
|
|
|
+ {{ request.session.user_email }} - Admin
|
|
|
|
|
+ <!-- <small>Since Nov. 2023</small> -->
|
|
|
</p>
|
|
</p>
|
|
|
</li> <!--end::User Image--> <!--begin::Menu Body-->
|
|
</li> <!--end::User Image--> <!--begin::Menu Body-->
|
|
|
|
|
|
|
@@ -298,7 +298,7 @@
|
|
|
<footer class="app-footer"> <!--begin::To the end-->
|
|
<footer class="app-footer"> <!--begin::To the end-->
|
|
|
<!-- <div class="float-end d-none d-sm-inline">Anything you want</div>--> <!--end::To the end-->
|
|
<!-- <div class="float-end d-none d-sm-inline">Anything you want</div>--> <!--end::To the end-->
|
|
|
<!--begin::Copyright--> <strong>
|
|
<!--begin::Copyright--> <strong>
|
|
|
- Copyright © 2014-2024
|
|
|
|
|
|
|
+ Copyright © 2014-2025
|
|
|
<a href="https://www.luminadatamatics.com/" target="_blank" class="text-decoration-none">Lumina
|
|
<a href="https://www.luminadatamatics.com/" target="_blank" class="text-decoration-none">Lumina
|
|
|
Datamatics
|
|
Datamatics
|
|
|
LTD</a>.
|
|
LTD</a>.
|