Skip to content

Commit

Permalink
Release v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
app-generator committed Feb 27, 2023
1 parent 3d62d09 commit da7e170
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 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.2] 2023-02-27
### Changes

- Update Sidebar Links (minor)

## [1.0.1] 2023-02-27
### Changes

Expand Down
4 changes: 2 additions & 2 deletions admin_datta/templates/includes/sidebar.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
<a href="javascript:" class="nav-link "><span class="pcoded-micon"><i
class="feather icon-lock"></i></span><span class="pcoded-mtext">Authentication</span></a>
<ul class="pcoded-submenu">
<li class=""><a href="{% url 'register' %}" class="" target="_blank">Sign up</a></li>
<li class=""><a href="{% url 'login' %}" class="" target="_blank">Sign in</a></li>
<li class=""><a href="{% url 'login' %}" class="">Sign IN</a></li>
<li class=""><a href="{% url 'register' %}" class="">Sign UP</a></li>
</ul>
</li>
{% endif %}
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.1',
version='1.0.2',
zip_safe=False,
packages=find_packages(),
include_package_data=True,
Expand Down

0 comments on commit da7e170

Please sign in to comment.