From 7cbc44c70f408c38c7cb3c6b208cb8512ba238f8 Mon Sep 17 00:00:00 2001 From: ailsoncgt Date: Wed, 21 Sep 2016 00:20:16 -0300 Subject: [PATCH] Removing input-sm class #14 --- core/templates/register_user.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/templates/register_user.html b/core/templates/register_user.html index bf55f25..ab9343c 100644 --- a/core/templates/register_user.html +++ b/core/templates/register_user.html @@ -45,7 +45,7 @@ {% else %} - {% render_field field class='form-control input-sm' %} + {% render_field field class='form-control' %} {{ field.help_text }} {% endif %} -- libgit2 0.21.2