forked from enviPath/enviPy
[Fix] Add Captcha vars to Template (#359)
Co-authored-by: Tim Lorsbach <tim@lorsba.ch> Reviewed-on: enviPath/enviPy#359
This commit is contained in:
@ -218,9 +218,11 @@
|
||||
|
||||
<input type="hidden" name="next" value="{{ next }}" />
|
||||
|
||||
<cap-widget
|
||||
data-cap-api-endpoint="{{ CAP_API_BASE }}/{{ CAP_SITE_KEY }}/"
|
||||
></cap-widget>
|
||||
{% if CAP_ENABLED %}
|
||||
<cap-widget
|
||||
data-cap-api-endpoint="{{ CAP_API_BASE }}/{{ CAP_SITE_KEY }}/"
|
||||
></cap-widget>
|
||||
{% endif %}
|
||||
|
||||
<!-- ToS and Academic Use Notice -->
|
||||
<div class="text-xs text-base-content/70 mt-2">
|
||||
|
||||
Reference in New Issue
Block a user