From de3a6cc2abcdb44de42409459ee76219337a5792 Mon Sep 17 00:00:00 2001 From: Bryan Brancotte <bryan.brancotte@pasteur.fr> Date: Tue, 16 Apr 2019 14:28:47 +0200 Subject: [PATCH] Setting delete account sign as visible as the other --- basetheme_bootstrap/templates/registration/account.html | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/basetheme_bootstrap/templates/registration/account.html b/basetheme_bootstrap/templates/registration/account.html index 0961e08..78b5b53 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 8a0aab1..0702fd5 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', -- GitLab