fix typo
parent
37fe6573dd
commit
1ba8ebfe6e
1 changed files with 2 additions and 2 deletions
|
|
@ -346,8 +346,8 @@ Now we won't have to redefine our html structure anymore, and any modification d
|
|||
{{ render_field(form.password, class="input text") }}
|
||||
{{ render_field(form.confirm, class="input text") }}
|
||||
{{ render_field(form.accept_tos, class="input checkbox") }}
|
||||
<label>Repcaptcha</label>
|
||||
{{ form.repcaptcha }}
|
||||
<label>ReCaptcha</label>
|
||||
{{ form.recaptcha }}
|
||||
<input type="submit" value="Register" class="button green">
|
||||
</form>
|
||||
<a href="{{ url_for('users.login') }}">Login</a>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue