reg: css temp fix
authorYasin <mohammed-yasin.rahman@lip6.fr>
Thu, 5 Jun 2014 09:40:08 +0000 (11:40 +0200)
committerYasin <mohammed-yasin.rahman@lip6.fr>
Thu, 5 Jun 2014 09:40:08 +0000 (11:40 +0200)
portal/templates/registration_view.html

index 736f322..3ab8efc 100644 (file)
@@ -2,13 +2,13 @@
 
 {% block content %}        
 
-<div class="row"><div class="col-sm-12">
+<div class="row">
        <h1><img src="{{ STATIC_URL }}icons/user-xs.png" alt="User Registration" />User sign-up</h1>
-</div></div>
-<div class="row"><div class="col-sm-12">
+</div>
+<div class="row">
                <p></p>
                <p><strong>Questions? <a href="/portal/contact" >Contact us.</a></strong></p>
-</div></div>
+</div>
 {% if errors %}
 <ul>
   {% for error in errors %}