Skip to content

Instantly share code, notes, and snippets.

@oldaccountarchived
Created June 1, 2016 21:23
Show Gist options
  • Save oldaccountarchived/7cdf61c88753c10d694a35c0463d1bc6 to your computer and use it in GitHub Desktop.
Save oldaccountarchived/7cdf61c88753c10d694a35c0463d1bc6 to your computer and use it in GitHub Desktop.
<form method="post" action="/api/auth/login">
<label for="id_username">Username</label> <input type="text" name="username" id="id_username">
<label for="id_password">Password</label> <input type="text" name="password" id="id_password">
<input type="submit" value="Login">
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment