Skip to content

Commit

Permalink
v1.0.15 - Update Footer Links
Browse files Browse the repository at this point in the history
  • Loading branch information
app-generator committed Nov 28, 2024
1 parent 0a62586 commit 967e510
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# CHANGELOG

## [1.0.15] 2024-11-28
### Changes

- Update Footer Links

## [1.0.14] 2024-11-28
### Changes

Expand Down
10 changes: 6 additions & 4 deletions admin_datta/templates/includes/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,15 @@
<div class="footer-wrapper container-fluid">
<div class="row">
<div class="col my-1">
<p class="m-0"
>Datta able &#9829; crafted by Team <a href="https://codedthemes.com/" target="_blank">Codedthemes</a></p
>
<p class="m-0">
&copy; CodedThemes - Django Integration by <a href="https://app-generator.dev/">App Generator</a>.
</p>
</div>
<div class="col-auto my-1">
<ul class="list-inline footer-link mb-0">
<li class="list-inline-item"><a href="../index.html">Home</a></li>
<li class="list-inline-item"><a href="https://app-generator.dev/product/datta-able/django/">Download</a></li>
<li class="list-inline-item"><a href="https://app-generator.dev/docs/products/django/datta-able/index.html">Documentation</a></li>
<li class="list-inline-item"><a href="https://app-generator.dev/product/datta-able-pro/django/">PRO Version</a></li>
</ul>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

setup(
name='django-admin-datta',
version='1.0.14',
version='1.0.15',
zip_safe=False,
packages=find_packages(),
include_package_data=True,
Expand Down

0 comments on commit 967e510

Please sign in to comment.