This commit is contained in:
10
custom_auth/templates/custom_auth/signup.html
Normal file
10
custom_auth/templates/custom_auth/signup.html
Normal file
@ -0,0 +1,10 @@
|
||||
{% extends "components/base.html" %}
|
||||
|
||||
{% block content %}
|
||||
<h2>Sign Up</h2>
|
||||
<form method="post">
|
||||
{% csrf_token %}
|
||||
{{ form.as_p }}
|
||||
<button type="submit" class="btn btn-primary">Sign Up</button>
|
||||
</form>
|
||||
{% endblock %}
|
Reference in New Issue
Block a user