From 5dbfc0ab241ddb6d045f7854de38cf8375e369b0 Mon Sep 17 00:00:00 2001 From: Horija Date: Mon, 24 Apr 2017 11:44:39 +0200 Subject: [PATCH] Update post_form.html --- templates/post_form.html | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/templates/post_form.html b/templates/post_form.html index 0e0d3fed..06d3c275 100644 --- a/templates/post_form.html +++ b/templates/post_form.html @@ -79,6 +79,27 @@ {% endif %} + {% if config.captcha.enabled %} + + + {% trans %}Verification{% endtrans %} + + + + + + {% elseif config.new_thread_capt %} + {% if not id %} + + + {% trans %}Verification{% endtrans %} + + + + + + {% endif %} + {% endif %} {% if config.user_flag %} {% trans %}Flag{% endtrans %}