Commit 7cbc44c70f408c38c7cb3c6b208cb8512ba238f8

Authored by ailsoncgt
1 parent fad4a966

Removing input-sm class #14

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
core/templates/register_user.html
@@ -45,7 +45,7 @@ @@ -45,7 +45,7 @@
45 </span> 45 </span>
46 </div> 46 </div>
47 {% else %} 47 {% else %}
48 - {% render_field field class='form-control input-sm' %} 48 + {% render_field field class='form-control' %}
49 <span id="helpBlock" class="help-block">{{ field.help_text }}</span> 49 <span id="helpBlock" class="help-block">{{ field.help_text }}</span>
50 {% endif %} 50 {% endif %}
51 </div> 51 </div>