aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Browning <ayleph@thisshitistemp.com>2017-03-01 02:02:36 -0500
committerAndrew Browning <ayleph@thisshitistemp.com>2017-06-06 01:26:09 -0400
commit0cf78df85f9ad1db9675af31b703f2c4fa5bb7c2 (patch)
tree4f703ea83daf0fad0f413cc0faf9aefa927e8fbe
parent754c4b1a0dc28f3e7f0ef41a9b15aa4f336984be (diff)
downloadmediagoblin-0cf78df85f9ad1db9675af31b703f2c4fa5bb7c2.tar.lz
mediagoblin-0cf78df85f9ad1db9675af31b703f2c4fa5bb7c2.tar.xz
mediagoblin-0cf78df85f9ad1db9675af31b703f2c4fa5bb7c2.zip
Add register_captcha template hook
-rw-r--r--mediagoblin/templates/mediagoblin/auth/register.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/mediagoblin/templates/mediagoblin/auth/register.html b/mediagoblin/templates/mediagoblin/auth/register.html
index a7b8033f..b52ecff4 100644
--- a/mediagoblin/templates/mediagoblin/auth/register.html
+++ b/mediagoblin/templates/mediagoblin/auth/register.html
@@ -37,6 +37,7 @@
{% template_hook("register_link") %}
{{ wtforms_util.render_divs(register_form, True) }}
{{ csrf_token }}
+ {% template_hook("register_captcha") %}
<div class="form_submit_buttons">
<input type="submit" value="{% trans %}Create{% endtrans %}"
class="button_form" />