diff --git a/basetheme_bootstrap/templates/registration/signup.html b/basetheme_bootstrap/templates/registration/signup.html index dee34a9860577b728e6755c060490a380568b030..35c4ab97fd18689b6b62138bebdcd989986d9a02 100644 --- a/basetheme_bootstrap/templates/registration/signup.html +++ b/basetheme_bootstrap/templates/registration/signup.html @@ -1 +1 @@ -{%include 'registration/small_form_host.html' with title='Sign up' submit_text='Sign up' form=form%} \ No newline at end of file +{%include 'registration/small_form_host.html' with title='Sign up' submit_text='Sign up' form=form medium_width=True%} \ No newline at end of file diff --git a/setup.cfg b/setup.cfg index df93759e3e409ec23c26ea5121dd3746a8b81e6c..0e0a6428db97819613038b3736f2083d68d64a90 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = django-basetheme-bootstrap -version = 1.8.1 +version = 1.8.2 description = Django Basetheme Bootstrap long_description = file: README.rst url = https://gitlab.pasteur.fr/bbrancot/django-basetheme-bootstrap