Skip to content
Snippets Groups Projects
Commit de3a6cc2 authored by Bryan BRANCOTTE's avatar Bryan BRANCOTTE
Browse files

Setting delete account sign as visible as the other

parent 0facf26c
No related branches found
No related tags found
No related merge requests found
Pipeline #11321 passed
...@@ -35,7 +35,7 @@ ...@@ -35,7 +35,7 @@
<div class="card-body panel-body text-center"> <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: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-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> </div>
</div> </div>
......
...@@ -7,7 +7,7 @@ readme = open('README.rst').read() ...@@ -7,7 +7,7 @@ readme = open('README.rst').read()
setup( setup(
name='django-basetheme-bootstrap', name='django-basetheme-bootstrap',
version='0.0.5', version='0.0.6',
description='Django Basetheme Bootstrap', description='Django Basetheme Bootstrap',
long_description=readme, long_description=readme,
author='Bryan Brancotte', author='Bryan Brancotte',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment