Skip to content

Commit ff1bb04

Browse files
author
mattfreire
committed
Add django-tailwind to requirements and rm icons
1 parent 11ea085 commit ff1bb04

File tree

2 files changed

+1
-13
lines changed

2 files changed

+1
-13
lines changed

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ crispy-tailwind==0.2.0
33
Django==3.1.4
44
django-crispy-forms==1.10.0
55
django-environ==0.4.5
6+
django-tailwind==1.1.0
67
gunicorn==20.0.4
78
Pillow==8.1.0
89
psycopg2-binary==2.8.6

templates/dashboard.html

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -12,31 +12,18 @@ <h1 class="title-font sm:text-4xl text-3xl mb-4 font-medium text-gray-900">
1212
<div class="flex flex-wrap -m-4 text-center">
1313
<div class="p-4 md:w-1/3 sm:w-1/2 w-full">
1414
<div class="border-2 border-gray-200 px-4 py-6 rounded-lg">
15-
<svg fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" class="text-indigo-500 w-12 h-12 mb-3 inline-block" viewBox="0 0 24 24">
16-
<path d="M8 17l4 4 4-4m-4-5v9"></path>
17-
<path d="M20.88 18.09A5 5 0 0018 9h-1.26A8 8 0 103 16.29"></path>
18-
</svg>
1915
<h2 class="title-font font-medium text-3xl text-gray-900">{{ total_lead_count }}</h2>
2016
<p class="leading-relaxed">Total Leads</p>
2117
</div>
2218
</div>
2319
<div class="p-4 md:w-1/3 sm:w-1/2 w-full">
2420
<div class="border-2 border-gray-200 px-4 py-6 rounded-lg">
25-
<svg fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" class="text-indigo-500 w-12 h-12 mb-3 inline-block" viewBox="0 0 24 24">
26-
<path d="M17 21v-2a4 4 0 00-4-4H5a4 4 0 00-4 4v2"></path>
27-
<circle cx="9" cy="7" r="4"></circle>
28-
<path d="M23 21v-2a4 4 0 00-3-3.87m-4-12a4 4 0 010 7.75"></path>
29-
</svg>
3021
<h2 class="title-font font-medium text-3xl text-gray-900">{{ total_in_past30 }}</h2>
3122
<p class="leading-relaxed">Leads added in last 30 days</p>
3223
</div>
3324
</div>
3425
<div class="p-4 md:w-1/3 sm:w-1/2 w-full">
3526
<div class="border-2 border-gray-200 px-4 py-6 rounded-lg">
36-
<svg fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" class="text-indigo-500 w-12 h-12 mb-3 inline-block" viewBox="0 0 24 24">
37-
<path d="M3 18v-6a9 9 0 0118 0v6"></path>
38-
<path d="M21 19a2 2 0 01-2 2h-1a2 2 0 01-2-2v-3a2 2 0 012-2h3zM3 19a2 2 0 002 2h1a2 2 0 002-2v-3a2 2 0 00-2-2H3z"></path>
39-
</svg>
4027
<h2 class="title-font font-medium text-3xl text-gray-900">{{ converted_in_past30 }}</h2>
4128
<p class="leading-relaxed">Converted in last 30 days</p>
4229
</div>

0 commit comments

Comments
 (0)