update
This commit is contained in:
parent
3febd59d86
commit
482fa0b3f3
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -319,7 +319,7 @@ class AccountingDashboard(LoginRequiredMixin, TemplateView):
|
||||
|
||||
|
||||
class WelcomeView(TemplateView):
|
||||
template_name = "login_test.html"
|
||||
template_name = "welcome.html"
|
||||
|
||||
def get_context_data(self, **kwargs):
|
||||
context = super().get_context_data(**kwargs)
|
||||
|
||||
@ -41,10 +41,13 @@
|
||||
<div class="col-sm-6 col-md-4 col-xl-3 col-xxl-4 align-content-center">
|
||||
<div class="card h-75">
|
||||
<div class="card-body">
|
||||
|
||||
<div class="d-flex d-sm-block justify-content-between">
|
||||
<div class="border-translucent mb-sm-4">
|
||||
<div class="d-flex align-items-center">
|
||||
<div class="d-flex align-items-center icon-wrapper-sm shadow-primary-100" style="transform: rotate(-7.45deg);"><span class="fa-solid fa-phone-alt text-primary fs-7 z-1 ms-2"></span></div>
|
||||
<div class="d-flex align-items-center icon-wrapper-sm shadow-primary-100" style="transform: rotate(-7.45deg);">
|
||||
<div class="icon icon-shape bg-gradient-info text-white rounded-circle shadow">MMMMMMMMMMMMMMM</div>
|
||||
</div>
|
||||
<p class="text-body-tertiary fs-9 mb-0 ms-2 mt-3">Outgoing call</p>
|
||||
</div>
|
||||
<p class="text-primary mt-2 fs-6 fw-bold mb-0 mb-sm-4">3 <span class="fs-8 text-body lh-lg">Leads Today</span></p>
|
||||
|
||||
@ -36,7 +36,7 @@
|
||||
{% if page_obj.object_list %}
|
||||
|
||||
<div class="table-responsive px-1 scrollbar">
|
||||
<table class="table fs-9 mb-0 border-top border-translucent">
|
||||
<table class="table align-items-center table-flush">
|
||||
<thead>
|
||||
|
||||
<tr class="bg-body-highlight">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user