diff --git a/basetheme_bootstrap/templates/registration/account.html b/basetheme_bootstrap/templates/registration/account.html index 0961e0888e65333b37879e59f7720015a1972704..78b5b537e31511a41e95d40b188bface244043ed 100644 --- a/basetheme_bootstrap/templates/registration/account.html +++ b/basetheme_bootstrap/templates/registration/account.html @@ -35,7 +35,7 @@ <div class="card-body panel-body text-center"> <a role="button" class="btn btn-default btn-outline-primary btn-block" href="{% url 'basetheme_bootstrap:change_password'%}">{%trans "Change password"%}</a> <a role="button" class="btn btn-default btn-outline-primary btn-block" href="{% url 'basetheme_bootstrap:user-update'%}">{%trans "Update account"%}</a> - <a role="button" class="btn btn-block btn-danger" href="{% url 'basetheme_bootstrap:user-delete'%}">{%trans "Delete your account"%}</a> + <a role="button" class="btn btn-block btn-outline-danger" href="{% url 'basetheme_bootstrap:user-delete'%}">{%trans "Delete your account"%}</a> </div> </div> </div> diff --git a/setup.py b/setup.py index 8a0aab1b6e8418520728c17458fbb1d636db7bf4..0702fd5ae6e534a4f9c3bb25fbf7d573907288f0 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ readme = open('README.rst').read() setup( name='django-basetheme-bootstrap', - version='0.0.5', + version='0.0.6', description='Django Basetheme Bootstrap', long_description=readme, author='Bryan Brancotte',