Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Johannes Tomren Røsvik
Agreelance
Commits
b3d0a864
Unverified
Commit
b3d0a864
authored
Mar 05, 2020
by
Johannes Tomren Røsvik
Browse files
Add recaptcha html
parent
77cafbaa
Changes
1
Hide whitespace changes
Inline
Side-by-side
core/user/signup.html
View file @
b3d0a864
...
...
@@ -4,9 +4,14 @@
{% block content %}
<h2>
Sign up
</h2>
<script
src=
"https://www.google.com/recaptcha/api.js"
async
defer
></script>
<form
method=
"post"
>
{% csrf_token %}
{% bootstrap_form form %}
<div
class=
"form-group"
>
<div
class=
"g-recaptcha"
data-sitekey=
"6Ld1AN8UAAAAALCLQJZdnam9MmRaB7Smulf0E5F1"
></div>
</div>
<button
type=
"submit"
>
Sign up
</button>
</form>
{% endblock %}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment