Skip to content

Commit d37b014

Browse files
committed
Release v1.0.2 - Links UPD
1 parent f14376e commit d37b014

File tree

6 files changed

+30
-31
lines changed

6 files changed

+30
-31
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# CHANGELOG
22

3+
## [1.0.2] 2023-05-01
4+
### Changes
5+
6+
- Update Links
7+
38
## [1.0.1] 2023-05-01
49
### Changes
510

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@ Modern template for **Django** that covers `Admin Section`, all authentication p
66
77
<br />
88

9-
> UI Kit: https://github.com/app-generator/wp-modernize-bs5
10-
11-
<br />
12-
139
**Links & Resources**
1410

1511
- [Django Admin Modernize](#) - `Product page` (soon)
@@ -23,6 +19,10 @@ Modern template for **Django** that covers `Admin Section`, all authentication p
2319

2420
<br />
2521

22+
![Modernize - Bootstrap 5 design](https://user-images.githubusercontent.com/51070104/235424939-6b5b1d1d-0832-457a-82a9-599ba532da52.jpg)
23+
24+
<br />
25+
2626
## Why `Django Admin Modernize`
2727

2828
- Modern [Bootstrap 5](https://www.admin-dashboards.com/bootstrap-5-templates/) Design

admin_modernize/templates/admin/index.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -381,8 +381,9 @@ <h6 class="fw-semibold fs-4 mb-0">$285 <span
381381
</div>
382382
</div>
383383
<div class="py-6 px-6 text-center">
384-
<p class="mb-0 fs-4">Design and Developed by <a href="https://adminmart.com/" target="_blank"
385-
class="pe-1 text-primary text-decoration-underline">AdminMart.com</a></p>
384+
<p class="mb-0 fs-4">
385+
&copy; <a href="https://adminmart.com/?ref=1" target="_blank" class="pe-1 text-primary text-decoration-underline">AdminMart.com</a> - Coded by AppSeed.
386+
</p>
386387
</div>
387388
</div>
388389
{% endblock content %}

admin_modernize/templates/includes/navigation.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020

2121
{% if request.user.is_authenticated %}
22-
<a href="https://adminmart.com/product/modernize-free-bootstrap-admin-dashboard/" target="_blank"
22+
<a href="https://adminmart.com/product/modernize-free-bootstrap-admin-dashboard/?ref=1" target="_blank"
2323
class="btn btn-primary mx-3 mt-2 d-block">Download Free</a>
2424
<li class="nav-item dropdown">
2525
<a class="nav-link nav-icon-hover" href="javascript:void(0)" id="drop2" data-bs-toggle="dropdown"

admin_modernize/templates/includes/sidebar.html

Lines changed: 14 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -106,52 +106,44 @@
106106
</li>
107107
<li class="nav-small-cap">
108108
<i class="ti ti-dots nav-small-cap-icon fs-4"></i>
109-
<span class="hide-menu">AUTH</span>
109+
<span class="hide-menu">EXTRA</span>
110110
</li>
111111
<li class="sidebar-item">
112-
<a class="sidebar-link" href="{% url 'login' %}" aria-expanded="false">
112+
<a class="sidebar-link" href="{% url 'icon-tabler' %}" aria-expanded="false">
113113
<span>
114-
<i class="ti ti-login"></i>
114+
<i class="ti ti-mood-happy"></i>
115115
</span>
116-
<span class="hide-menu">Login</span>
116+
<span class="hide-menu">Icons</span>
117117
</a>
118118
</li>
119119
<li class="sidebar-item">
120-
<a class="sidebar-link" href="{% url 'register' %}" aria-expanded="false">
120+
<a class="sidebar-link" href="{% url 'sample-page' %}" aria-expanded="false">
121121
<span>
122-
<i class="ti ti-user-plus"></i>
122+
<i class="ti ti-aperture"></i>
123123
</span>
124-
<span class="hide-menu">Register</span>
124+
<span class="hide-menu">Sample Page</span>
125125
</a>
126126
</li>
127127
<li class="nav-small-cap">
128128
<i class="ti ti-dots nav-small-cap-icon fs-4"></i>
129-
<span class="hide-menu">EXTRA</span>
130-
</li>
131-
<li class="sidebar-item">
132-
<a class="sidebar-link" href="{% url 'icon-tabler' %}" aria-expanded="false">
133-
<span>
134-
<i class="ti ti-mood-happy"></i>
135-
</span>
136-
<span class="hide-menu">Icons</span>
137-
</a>
129+
<span class="hide-menu">AUTH</span>
138130
</li>
139131
<li class="sidebar-item">
140-
<a class="sidebar-link" href="{% url 'sample-page' %}" aria-expanded="false">
132+
<a class="sidebar-link" href="{% url 'logout' %}" aria-expanded="false">
141133
<span>
142-
<i class="ti ti-aperture"></i>
134+
<i class="ti ti-logout"></i>
143135
</span>
144-
<span class="hide-menu">Sample Page</span>
136+
<span class="hide-menu">Logout</span>
145137
</a>
146138
</li>
147139
</ul>
148140
{% endif %}
149141
<div class="unlimited-access hide-menu bg-light-primary position-relative mb-7 mt-5 rounded">
150142
<div class="d-flex">
151143
<div class="unlimited-access-title me-3">
152-
<h6 class="fw-semibold fs-4 mb-6 text-dark w-85">Upgrade to pro</h6>
153-
<a href="https://adminmart.com/product/modernize-bootstrap-5-admin-template/" target="_blank"
154-
class="btn btn-primary fs-2 fw-semibold lh-sm">Buy Pro</a>
144+
<h6 class="fw-semibold fs-4 mb-6 text-dark w-85">Need More?</h6>
145+
<a href="https://adminmart.com/product/modernize-bootstrap-5-admin-template/?ref=1" target="_blank"
146+
class="btn btn-primary fs-2 fw-semibold lh-sm">Download Pro</a>
155147
</div>
156148
<div class="unlimited-access-img">
157149
<img src="{% static 'assets/images/backgrounds/rocket.png' %}" alt="" class="img-fluid">

admin_modernize/templates/pages/index.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -381,8 +381,9 @@ <h6 class="fw-semibold fs-4 mb-0">$285 <span
381381
</div>
382382
</div>
383383
<div class="py-6 px-6 text-center">
384-
<p class="mb-0 fs-4">Design and Developed by <a href="https://adminmart.com/" target="_blank"
385-
class="pe-1 text-primary text-decoration-underline">AdminMart.com</a></p>
384+
<p class="mb-0 fs-4">
385+
&copy; <a href="https://adminmart.com/?ref=1" target="_blank" class="pe-1 text-primary text-decoration-underline">AdminMart.com</a> - Coded by AppSeed.
386+
</p>
386387
</div>
387388
</div>
388389
{% endblock content %}

0 commit comments

Comments
 (0)