add registration form
This commit is contained in:
parent
4150853588
commit
daab0f063d
5 changed files with 44 additions and 3 deletions
|
@ -7,5 +7,7 @@
|
|||
|
||||
{{ render_form(form) }}
|
||||
|
||||
<a href="{{ url_for('.sign_up') }}" class="btn btn-primary">Sign Up</a>
|
||||
|
||||
{% endblock %}
|
||||
|
||||
|
|
11
templates/auth/sign_up.html.j2
Normal file
11
templates/auth/sign_up.html.j2
Normal file
|
@ -0,0 +1,11 @@
|
|||
|
||||
{% extends 'auth/base.html.j2' %}
|
||||
|
||||
{% block title %}{{ gettext('Sign Up') }}{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
|
||||
{{ render_form(form) }}
|
||||
|
||||
{% endblock %}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue