Skip to content

Instantly share code, notes, and snippets.

@avances123
Created June 17, 2012 22:47
Show Gist options
  • Save avances123/2945974 to your computer and use it in GitHub Desktop.
Save avances123/2945974 to your computer and use it in GitHub Desktop.
<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