Gracias, Wikipedia.
ShareCode
Permalink: http://www.treeweb.es/u/974/ 01/02/2011

ShareCode

1 {% block content %}2 <div class="template-register">3  <!-- this is the content for the subtemplate saved as register_page.html -->4  <h1>Registration page</h1>5  <form action="" method="post">6  <div class="inputs">7  <input type="email" name="email" id="email" placeholder="your email" autofocus>8  <label for="email"> Email </label>9 10  <input type="password" name="password" id="password" placeholder="your password">11  <label for="password"> Password </label>12 13  <input type="password" name="repeat" id="repeat" placeholder="repeat password">14  <label for="repeat"> Repeat password </label>15  </div>16  <div class="buttons">17  <input type="submit" value="Register!">18  </div>19  </form>20 </div>21 {% endblock %}
Enlace
El enlace para compartir es: