Adds registration view
This commit is contained in:
parent
6e71ff2aa1
commit
05b4cb59b0
8 changed files with 68 additions and 61 deletions
|
@ -7,7 +7,7 @@
|
|||
{% if valid %}
|
||||
<h1 class="title">Create an Account</h1>
|
||||
<div>
|
||||
<form name="register" method="post" action="/user-register">
|
||||
<form name="register" method="post" action="/register">
|
||||
<input type=hidden name="invite_code" value="{{ invite.code }}">
|
||||
{% include 'snippets/register_form.html' %}
|
||||
</form>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue