Skip to content

Commit 826b668

Browse files
committed
v1.0.20 - Update Links (minor)
1 parent ca59942 commit 826b668

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
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.20] 2024-11-28
4+
### Changes
5+
6+
- Fix Links (minor)
7+
38
## [1.0.19] 2024-11-28
49
### Changes
510

admin_soft/templates/includes/configurator.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ <h6 class="mb-0">Navbar Fixed</h6>
5454
<a class="btn bg-gradient-dark w-100" href="https://app-generator.dev/product/soft-ui-dashboard/django/">Download</a>
5555
<a class="btn btn-outline-dark w-100" href="https://app-generator.dev/docs/products/django/soft-ui-dashboard/index.html">Documentation</a>
5656
<div class="w-100 text-center">
57-
<a class="github-button" href="https://github.com/creativetimofficial/soft-ui-dashboard" data-icon="octicon-star" data-size="large" data-show-count="true" aria-label="Star creativetimofficial/soft-ui-dashboard on GitHub">Star</a>
57+
<a class="github-button" href="https://github.com/app-generator/django-soft-ui-dashboard" data-icon="octicon-star" data-size="large" data-show-count="true" aria-label="Star creativetimofficial/soft-ui-dashboard on GitHub">Star</a>
5858
<h6 class="mt-3">Thank you for sharing!</h6>
5959
<a href="https://twitter.com/intent/tweet?text=Check%20Soft%20UI%20Dashboard%20made%20by%20%40CreativeTim%20%23webdesign%20%23dashboard%20%23bootstrap5&amp;url=https%3A%2F%2Fwww.creative-tim.com%2Fproduct%2Fsoft-ui-dashboard" class="btn btn-dark mb-0 me-2" target="_blank">
6060
<i class="fab fa-twitter me-1" aria-hidden="true"></i> Tweet

admin_soft/templates/pages/rtl.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1026,7 +1026,7 @@ <h6 class="mb-0">Navbar Fixed</h6>
10261026
<a class="btn bg-gradient-dark w-100" href="https://app-generator.dev/product/soft-ui-dashboard/django/">Download</a>
10271027
<a class="btn btn-outline-dark w-100" href="https://app-generator.dev/docs/products/django/soft-ui-dashboard/index.html">Documentation</a>
10281028
<div class="w-100 text-center">
1029-
<a class="github-button" href="https://github.com/creativetimofficial/soft-ui-dashboard" data-icon="octicon-star" data-size="large" data-show-count="true" aria-label="Star creativetimofficial/soft-ui-dashboard on GitHub">Star</a>
1029+
<a class="github-button" href="https://github.com/app-generator/django-soft-ui-dashboard" data-icon="octicon-star" data-size="large" data-show-count="true" aria-label="Star creativetimofficial/soft-ui-dashboard on GitHub">Star</a>
10301030
<h6 class="mt-3">Thank you for sharing!</h6>
10311031
<a href="https://twitter.com/intent/tweet?text=Check%20Soft%20UI%20Dashboard%20made%20by%20%40CreativeTim%20%23webdesign%20%23dashboard%20%23bootstrap5&amp;url=https%3A%2F%2Fwww.creative-tim.com%2Fproduct%2Fsoft-ui-dashboard" class="btn btn-dark mb-0 me-2" target="_blank">
10321032
<i class="fab fa-twitter me-1" aria-hidden="true"></i> Tweet

setup.py

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

99
setup(
1010
name='django-admin-soft-dashboard',
11-
version='1.0.19',
11+
version='1.0.20',
1212
zip_safe=False,
1313
packages=find_packages(),
1414
include_package_data=True,
15-
description='Modern template for Django admin interface',
15+
description='Modern template for Django admin interface - Soft Dashboard Design',
1616
long_description=README,
1717
long_description_content_type="text/markdown",
1818
url='https://app-generator.dev/product/soft-ui-dashboard/django/',

0 commit comments

Comments
 (0)