Created
June 17, 2012 22:47
-
-
Save avances123/2945974 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<form method="post" action="" id="commentform">{% csrf_token %} | |
<input type="text" name="username" id="author" value tabindex="1"/> | |
<label for="username">Usuario</label> | |
<br> | |
<input type="text" name="email" id="email" value tabindex="2"/> | |
<label for="email">Email</label> | |
<br> | |
<input type="password" name="password1" id="author" value tabindex="3"/> | |
<label for="password1">Password</label> | |
<br> | |
<input type="password" name="password2" id="author" value tabindex="4"/> | |
<label for="password2">Password otra vez</label> | |
<div class="submit-row"> | |
<input class="link-button green" type="submit" value="Registrate" /> | |
<input type="hidden" name="next" value="{{ next }}" /> | |
</div> | |
</form> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment