Skip to content

Commit fe8377a

Browse files
authored
Merge pull request #1 from themeselection/design-update
Merging: design-update branch to main branch
2 parents 6fe3f03 + 86d5cc2 commit fe8377a

File tree

154 files changed

+32667
-35274
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

154 files changed

+32667
-35274
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Ignoring src and assets folders
22

3+
# Exclude everything from vendors
4+
/src/assets/vendor
5+
36
# Ignoring static/assets folders
47
./assets/
58
static/

.vscode/launch.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"name": "Python: Django",
2323
"type": "python",
2424
"request": "launch",
25-
"program": "${workspaceFolder}/full-version/manage.py",
25+
"program": "${workspaceFolder}/manage.py",
2626
"console": "integratedTerminal",
2727
"args": [
2828
"runserver",

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<p align="center">
44
<a href="https://themeselection.com/item/materio-free-bootstrap-html-dajngo-admin-template/" target="_blank">
5-
<img src="https://user-images.githubusercontent.com/64475785/158384184-1fe44a59-6b68-40f5-b860-d14c51f0ce5d.svg" alt="materio-logo" width="60px" height="auto">
5+
<img src="https://cdn.themeselection.com/ts-assets/materio/logo/logo.png" alt="materio-logo" width="40px" height="auto">
66
</a>
77
</p>
88

@@ -26,7 +26,7 @@
2626
</a>
2727
</p>
2828

29-
<kbd>[![Materio - Bootstrap 5 HTML Django Admin Template Demo Screenshot](https://cdn.jsdelivr.net/gh/themeselection/ts-assets/materio/materio-bootstrap-django-admin-template-free/banner/banner.png)](https://themeselection.com/item/materio-free-bootstrap-html-django-admin-template/)</kbd>
29+
<kbd>[![Materio - Bootstrap 5 HTML Django Admin Template Demo Screenshot](https://cdn.themeselection.com/ts-assets/materio/materio-bootstrap-django-admin-template-free/banner/banner.png)](https://themeselection.com/item/materio-free-bootstrap-html-django-admin-template/)</kbd>
3030

3131
## Introduction 🚀
3232

@@ -86,7 +86,7 @@ Please [visit](https://demos.themeselection.com/materio-bootstrap-html-admin-tem
8686
| - | Multiple Ready to use Application like Email, Chat, Calendar, Kanban, eCommerce, Academy, Logistics, Invoice, Users List, Users View, Roles and Permission etc. |
8787
| - | **Django Transaction CRUD Application** that only allows admin and user with permission to add, update, and delete records. |
8888
| - | **Integrated User Authentication** includes functionalities like user login and registration, along with features for password reset and email verification utilizing EmailMessage. Furthermore, it incorporates both role-based access control and permission-based access control. |
89-
| Simple From Elements | Advance form elements, validation & form wizard |
89+
| Simple Form Elements | Advance form elements, validation & form wizard |
9090
| Basic Cards | Basic, Advance , Statistics, Analytics, Gamifications and Actions Cards |
9191
| Basic User Interface(Components) | Advance and Custom User Interfaces(Components) |
9292
| Two Extended Components | Twelve Ready to use Extended Components |
@@ -178,22 +178,22 @@ For free products, enjoy community support via GitHub issues. Upgrade to Premium
178178

179179
**[ThemeSelection](https://themeselection.com/)** provides Selected high quality, modern design, professional and easy-to-use **Fully Coded Dashboard Templates & UI Kits** to create your applications faster!
180180

181-
- [Bootstrap Admin Templates](https://themeselection.com/products/category/bootstrap-admin-templates/)
182-
- [VueJS Admin Templates](https://themeselection.com/products/category/vuejs-admin-templates/)
183-
- [Laravel Admin Templates](https://themeselection.com/products/category/laravel-admin-templates/)
181+
- [Bootstrap Admin Templates](https://themeselection.com/item/category/bootstrap-admin-template/)
182+
- [VueJS Admin Templates](https://themeselection.com/item/category/vuejs-admin-templates/)
183+
- [Laravel Admin Templates](https://themeselection.com/item/category/laravel-admin-templates/)
184184
- [Django Admin Templates](https://themeselection.com/item/category/django-admin-template/)
185185
- [React (NextJS) Admin Templates](https://themeselection.com/item/category/next-js-admin-template/)
186186
- [ASP.Net Core Admin Templates](https://themeselection.com/item/category/asp-net-dashboard/)
187-
- [Free UI Kits](https://themeselection.com/products/category/free-ui-kits/)
187+
- [Free UI Kits](https://themeselection.com/item/category/free-ui-kits/)
188188

189-
If you want to [Download Free Admin Templates](https://themeselection.com/products/category/download-free-admin-templates/) like Materio Django then do visit [ThemeSelection](https://themeselection.com/).
189+
If you want to [Download Free Admin Templates](https://themeselection.com/item/category/free-admin-templates/) like Materio then do visit [ThemeSelection](https://themeselection.com/).
190190

191191
## Useful Links 🎁
192192

193-
- [Freebies](https://themeselection.com/products/category/download-free-admin-templates/)
194-
- [Download Free Admin Templates](https://themeselection.com/products/category/download-free-admin-templates/)
195-
- [Bootstrap 5 CheatSheet](https://bootstrap-cheatsheet.themeselection.com/)
196193
- [Vue CheatSheet](https://vue-cheatsheet.themeselection.com/)
194+
- [Freebies](https://themeselection.com/item/category/free-admin-templates/)
195+
- [Download Free Admin Templates](https://themeselection.com/item/category/free-admin-templates/)
196+
- [Bootstrap 5 CheatSheet](https://bootstrap-cheatsheet.themeselection.com/)
197197

198198
## Social Media :earth_africa:
199199

apps/authentication/templates/auth_forgot_password_basic.html

Lines changed: 12 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -13,42 +13,40 @@
1313
{% block content %}
1414
<div class="position-relative">
1515
<div class="authentication-wrapper authentication-basic container-p-y">
16-
<div class="authentication-inner py-4">
16+
<div class="authentication-inner py-6 mx-4">
1717

1818
<!-- Logo -->
19-
<div class="card p-2">
19+
<div class="card p-7">
2020
<!-- Forgot Password -->
2121
<div class="app-brand justify-content-center mt-5">
22-
<a href="{% url 'index' %}" class="app-brand-link gap-2">
23-
<span class="app-brand-logo demo">
24-
{% include 'partials/logo.html' with bgcolor="#9055FD" %}
25-
</span>
22+
<a href="{% url 'index' %}" class="app-brand-link gap-3">
23+
<span class="app-brand-logo demo">{% include 'partials/logo.html' with bgcolor="#9055FD" %}</span>
2624
<span class="app-brand-text demo text-heading fw-semibold">{% get_theme_variables 'template_name' %}</span>
2725
</a>
2826
</div>
2927
<!-- /Logo -->
30-
<div class="card-body mt-2">
31-
<h4 class="mb-2">Forgot Password? 🔒</h4>
32-
<p class="mb-4">Enter your email and we'll send you instructions to reset your password</p>
33-
<form id="formAuthentication" class="mb-3" action="{% url 'index' %}">
28+
<div class="card-body mt-1">
29+
<h4 class="mb-1">Forgot Password? 🔒</h4>
30+
<p class="mb-5">Enter your email and we'll send you instructions to reset your password</p>
31+
<form id="formAuthentication" class="mb-5" action="{% url 'index' %}">
3432
{% csrf_token %}
35-
<div class="form-floating form-floating-outline mb-3">
33+
<div class="form-floating form-floating-outline mb-5">
3634
<input type="text" class="form-control" id="email" name="email" placeholder="Enter your email" autofocus>
3735
<label>Email</label>
3836
</div>
39-
<button class="btn btn-primary d-grid w-100">Send Reset Link</button>
37+
<button class="btn btn-primary d-grid w-100 mb-5">Send Reset Link</button>
4038
</form>
4139
<div class="text-center">
4240
<a href="{% url 'auth-login-basic' %}" class="d-flex align-items-center justify-content-center">
43-
<i class="mdi mdi-chevron-left scaleX-n1-rtl mdi-24px"></i>
41+
<i class="ri-arrow-left-s-line scaleX-n1-rtl ri-20px me-1_5"></i>
4442
Back to login
4543
</a>
4644
</div>
4745
</div>
4846
</div>
4947
<!-- /Forgot Password -->
5048
<img src="{% static 'img/illustrations/tree-3.png' %}" alt="auth-tree" class="authentication-image-object-left d-none d-lg-block">
51-
<img src="{% static 'img/illustrations/auth-basic-mask-light.png' %}" class="authentication-image d-none d-lg-block" alt="triangle-bg">
49+
<img src="{% static 'img/illustrations/auth-basic-mask-light.png' %}" class="authentication-image d-none d-lg-block" height="172" alt="triangle-bg">
5250
<img src="{% static 'img/illustrations/tree.png' %}" alt="auth-tree" class="authentication-image-object-right d-none d-lg-block">
5351
</div>
5452
</div>

apps/authentication/templates/auth_login_basic.html

Lines changed: 17 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -14,44 +14,42 @@
1414
{% block content %}
1515
<div class="position-relative">
1616
<div class="authentication-wrapper authentication-basic container-p-y">
17-
<div class="authentication-inner py-4">
17+
<div class="authentication-inner py-6 mx-4">
1818

1919
<!-- Login -->
20-
<div class="card p-2">
20+
<div class="card p-7">
2121
<!-- Logo -->
2222
<div class="app-brand justify-content-center mt-5">
23-
<a href="{% url 'index' %}" class="app-brand-link gap-2">
24-
<span class="app-brand-logo demo">
25-
{% include 'partials/logo.html' with bgcolor="#9055FD" %}
26-
</span>
23+
<a href="{% url 'index' %}" class="app-brand-link gap-3">
24+
<span class="app-brand-logo demo">{% include 'partials/logo.html' with bgcolor="#9055FD" %}</span>
2725
<span class="app-brand-text demo text-heading fw-semibold">{% get_theme_variables 'template_name' %}</span>
2826
</a>
2927
</div>
3028
<!-- /Logo -->
3129

32-
<div class="card-body mt-2">
33-
<h4 class="mb-2">Welcome to {% get_theme_variables 'template_name' %}! 👋</h4>
34-
<p class="mb-4">Please sign-in to your account and start the adventure</p>
30+
<div class="card-body mt-1">
31+
<h4 class="mb-1">Welcome to {% get_theme_variables 'template_name' %}! 👋🏻</h4>
32+
<p class="mb-5">Please sign-in to your account and start the adventure</p>
3533

36-
<form id="formAuthentication" class="mb-3" action="{% url 'index' %}">
34+
<form id="formAuthentication" class="mb-5" action="{% url 'index' %}">
3735
{% csrf_token %}
38-
<div class="form-floating form-floating-outline mb-3">
36+
<div class="form-floating form-floating-outline mb-5">
3937
<input type="text" class="form-control" id="email" name="email-username" placeholder="Enter your email or username" autofocus>
4038
<label for="email">Email or Username</label>
4139
</div>
42-
<div class="mb-3">
40+
<div class="mb-5">
4341
<div class="form-password-toggle">
4442
<div class="input-group input-group-merge">
4543
<div class="form-floating form-floating-outline">
4644
<input type="password" id="password" class="form-control" name="password" placeholder="&#xb7;&#xb7;&#xb7;&#xb7;&#xb7;&#xb7;&#xb7;&#xb7;&#xb7;&#xb7;&#xb7;&#xb7;" aria-describedby="password" />
4745
<label for="password">Password</label>
4846
</div>
49-
<span class="input-group-text cursor-pointer"><i class="mdi mdi-eye-off-outline"></i></span>
47+
<span class="input-group-text cursor-pointer"><i class="ri-eye-off-line ri-20px"></i></span>
5048
</div>
5149
</div>
5250
</div>
53-
<div class="mb-3 d-flex justify-content-between">
54-
<div class="form-check">
51+
<div class="mb-5 pb-2 d-flex justify-content-between pt-2 align-items-center">
52+
<div class="form-check mb-0">
5553
<input class="form-check-input" type="checkbox" id="remember-me">
5654
<label class="form-check-label" for="remember-me">
5755
Remember Me
@@ -61,12 +59,12 @@ <h4 class="mb-2">Welcome to {% get_theme_variables 'template_name' %}! 👋</h4>
6159
<span>Forgot Password?</span>
6260
</a>
6361
</div>
64-
<div class="mb-3">
65-
<button class="btn btn-primary d-grid w-100" type="submit">Sign in</button>
62+
<div class="mb-5">
63+
<button class="btn btn-primary d-grid w-100" type="submit">login</button>
6664
</div>
6765
</form>
6866

69-
<p class="text-center">
67+
<p class="text-center mb-5">
7068
<span>New on our platform?</span>
7169
<a href="{% url 'auth-register-basic' %}">
7270
<span>Create an account</span>
@@ -76,7 +74,7 @@ <h4 class="mb-2">Welcome to {% get_theme_variables 'template_name' %}! 👋</h4>
7674
</div>
7775
<!-- /Login -->
7876
<img src="{% static 'img/illustrations/tree-3.png' %}" alt="auth-tree" class="authentication-image-object-left d-none d-lg-block">
79-
<img src="{% static 'img/illustrations/auth-basic-mask-light.png' %}" class="authentication-image d-none d-lg-block" alt="triangle-bg">
77+
<img src="{% static 'img/illustrations/auth-basic-mask-light.png' %}" height="172" class="authentication-image d-none d-lg-block" alt="triangle-bg">
8078
<img src="{% static 'img/illustrations/tree.png' %}" alt="auth-tree" class="authentication-image-object-right d-none d-lg-block">
8179
</div>
8280
</div>

apps/authentication/templates/auth_register_basic.html

Lines changed: 18 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -14,59 +14,57 @@
1414
{% block content %}
1515
<div class="position-relative">
1616
<div class="authentication-wrapper authentication-basic container-p-y">
17-
<div class="authentication-inner py-4">
17+
<div class="authentication-inner py-6 mx-4">
1818

1919
<!-- Register Card -->
20-
<div class="card p-2">
20+
<div class="card p-7">
2121
<!-- Logo -->
2222
<div class="app-brand justify-content-center mt-5">
23-
<a href="{% url 'index' %}" class="app-brand-link gap-2">
24-
<span class="app-brand-logo demo">
25-
{% include 'partials/logo.html' with bgcolor="#9055FD" %}
26-
</span>
23+
<a href="{% url 'index' %}" class="app-brand-link gap-3">
24+
<span class="app-brand-logo demo">{% include 'partials/logo.html' with bgcolor="#9055FD" %}</span>
2725
<span class="app-brand-text demo text-heading fw-semibold">{% get_theme_variables 'template_name' %}</span>
2826
</a>
2927
</div>
3028
<!-- /Logo -->
31-
<div class="card-body mt-2">
32-
<h4 class="mb-2">Adventure starts here 🚀</h4>
33-
<p class="mb-4">Make your app management easy and fun!</p>
29+
<div class="card-body mt-1">
30+
<h4 class="mb-1">Adventure starts here 🚀</h4>
31+
<p class="mb-5">Make your app management easy and fun!</p>
3432

35-
<form id="formAuthentication" class="mb-3" action="{% url 'index' %}">
36-
{% csrf_token %}
37-
<div class="form-floating form-floating-outline mb-3">
33+
<form id="formAuthentication" class="mb-5" action="{% url 'index' %}">
34+
{% csrf_token %}
35+
<div class="form-floating form-floating-outline mb-5">
3836
<input type="text" class="form-control" id="username" name="username" placeholder="Enter your username" autofocus>
3937
<label for="username">Username</label>
4038
</div>
41-
<div class="form-floating form-floating-outline mb-3">
39+
<div class="form-floating form-floating-outline mb-5">
4240
<input type="text" class="form-control" id="email" name="email" placeholder="Enter your email">
4341
<label for="email">Email</label>
4442
</div>
45-
<div class="mb-3 form-password-toggle">
43+
<div class="mb-5 form-password-toggle">
4644
<div class="input-group input-group-merge">
4745
<div class="form-floating form-floating-outline">
4846
<input type="password" id="password" class="form-control" name="password" placeholder="&#xb7;&#xb7;&#xb7;&#xb7;&#xb7;&#xb7;&#xb7;&#xb7;&#xb7;&#xb7;&#xb7;&#xb7;" aria-describedby="password" />
4947
<label for="password">Password</label>
5048
</div>
51-
<span class="input-group-text cursor-pointer"><i class="mdi mdi-eye-off-outline"></i></span>
49+
<span class="input-group-text cursor-pointer"><i class="ri-eye-off-line ri-20px"></i></span>
5250
</div>
5351
</div>
5452

55-
<div class="mb-3">
56-
<div class="form-check">
53+
<div class="mb-5 py-2">
54+
<div class="form-check mb-0">
5755
<input class="form-check-input" type="checkbox" id="terms-conditions" name="terms">
5856
<label class="form-check-label" for="terms-conditions">
5957
I agree to
6058
<a href="javascript:void(0);">privacy policy & terms</a>
6159
</label>
6260
</div>
6361
</div>
64-
<button class="btn btn-primary d-grid w-100">
62+
<button class="btn btn-primary d-grid w-100 mb-5">
6563
Sign up
6664
</button>
6765
</form>
6866

69-
<p class="text-center">
67+
<p class="text-center mb-5">
7068
<span>Already have an account?</span>
7169
<a href="{% url 'auth-login-basic' %}">
7270
<span>Sign in instead</span>
@@ -76,7 +74,7 @@ <h4 class="mb-2">Adventure starts here 🚀</h4>
7674
</div>
7775
<!-- Register Card -->
7876
<img src="{% static 'img/illustrations/tree-3.png' %}" alt="auth-tree" class="authentication-image-object-left d-none d-lg-block">
79-
<img src="{% static 'img/illustrations/auth-basic-mask-light.png' %}" class="authentication-image d-none d-lg-block" alt="triangle-bg">
77+
<img src="{% static 'img/illustrations/auth-basic-mask-light.png' %}" height="172" class="authentication-image d-none d-lg-block" alt="triangle-bg">
8078
<img src="{% static 'img/illustrations/tree.png' %}" alt="auth-tree" class="authentication-image-object-right d-none d-lg-block">
8179
</div>
8280
</div>

0 commit comments

Comments
 (0)