From 354523390b884fe8970bab52a4d14b04c9effd93 Mon Sep 17 00:00:00 2001
From: Patricio Kumagae <pkumagae@boletinoficial.gov.ar>
Date: Mon, 21 Jan 2019 16:01:03 -0300
Subject: [PATCH] Faltaba btn-block

---
 frontend/templates/django_registration/registration_form.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/frontend/templates/django_registration/registration_form.html b/frontend/templates/django_registration/registration_form.html
index 62a5e6d..8e49617 100644
--- a/frontend/templates/django_registration/registration_form.html
+++ b/frontend/templates/django_registration/registration_form.html
@@ -76,7 +76,7 @@ You should have received a copy of the GNU General Public License along with thi
                     <div class="g-recaptcha col-sm-12" data-sitekey="{{ data_sitekey }}"></div>
 
                     <div class="form-group col-sm-6 col-sm-push-6 form-footer">
-                        <button class="btn-primary btn" type="submit" id="submit" value="Registráte">Registrate</button>
+                        <button class="btn-primary btn btn-block" type="submit" id="submit" value="Registráte">Registrate</button>
                     </div>
                     <div class="form-group form-group-lg col-sm-6 col-sm-pull-6 font_small form-footer">
                         <p>¿Ya tenés usuario? <a href="/accounts/login/">Ingresá</a></p>
-- 
GitLab