From 5abd70ee55b49277d024bc58579546a5948ae0bd Mon Sep 17 00:00:00 2001 From: Bryan Brancotte <bryan.brancotte@pasteur.fr> Date: Tue, 10 Sep 2024 16:17:54 +0200 Subject: [PATCH] larger signup to have more space for password validators --- basetheme_bootstrap/templates/registration/signup.html | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/basetheme_bootstrap/templates/registration/signup.html b/basetheme_bootstrap/templates/registration/signup.html index dee34a9..35c4ab9 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 df93759..0e0a642 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 -- GitLab