Skip to content

Instantly share code, notes, and snippets.

@vickoman
Created April 14, 2014 02:45
Show Gist options
  • Save vickoman/10612214 to your computer and use it in GitHub Desktop.
Save vickoman/10612214 to your computer and use it in GitHub Desktop.
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Login Sistema</title>
</head>
<body>
<h1>Formulario de Login</h1>
<form action="." method="POST">
{% csrf_token %}
{{ form.as_p}}
<input type="submit" value="Login" /> {{mensaje}}
</form>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment