mirror of
https://github.com/kristoferssolo/FOSSDB.git
synced 2025-10-21 17:50:35 +00:00
Added signup file
This commit is contained in:
parent
dcf849257e
commit
27a70f6b5c
11
templates/registration/sign_up.html
Normal file
11
templates/registration/sign_up.html
Normal file
@ -0,0 +1,11 @@
|
||||
{% extends "layout.html" %}
|
||||
{% block title %}Sign Up{% endblock %}
|
||||
{% block content %}
|
||||
<form method="post">
|
||||
{% csrf_token %}{{ form }}
|
||||
<p>
|
||||
Have an account? Login <a href="{% url 'login' %}">Here</a>!
|
||||
</p>
|
||||
<button type="submit">Register</button>
|
||||
</form>
|
||||
{% endblock %}
|
||||
Loading…
Reference in New Issue
Block a user