Skip to content

Instantly share code, notes, and snippets.

@Elise-Lennion
Created October 20, 2018 02:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Elise-Lennion/6062f8948a29cfcaf69dca2c407c6680 to your computer and use it in GitHub Desktop.
Save Elise-Lennion/6062f8948a29cfcaf69dca2c407c6680 to your computer and use it in GitHub Desktop.
<form method="post" action="{% url 'front-page' %}">
<!-- Login form fields -->
<input type="submit" value="Login" name="login_form"/>
</form>
<form method="post" action="{% url 'front-page' %}">
<!-- Register form fields -->
<input type="submit" value="Register" name="register_form"/>
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment