]> git.parisson.com Git - django-social-auth.git/commitdiff
HTML validation changes
authorMatías Aguirre <matiasaguirre@gmail.com>
Sun, 9 Jan 2011 15:13:42 +0000 (13:13 -0200)
committerMatías Aguirre <matiasaguirre@gmail.com>
Sun, 9 Jan 2011 15:13:42 +0000 (13:13 -0200)
example/templates/done.html

index c71060192f4c5b8f946054c521f878e5ad9477b6..e8a426220b823421e78c287924c842ca1c5de666 100644 (file)
 
     <li>
       <form action="/associate/openid/" method="post">{% csrf_token %}
-        <label for="openid_identifier">Other provider:</label>
-        <input id="openid_identifier" type="text" value="" name="openid_identifier" />
-        <input type="submit" />
+        <div>
+          <label for="openid_identifier">Other provider:</label>
+          <input id="openid_identifier" type="text" value="" name="openid_identifier" />
+          <input type="submit" />
+        </div>
       </form>
     </li>
   </ul>