From 57aa89824a8dabb631c15af986a39e779d0fe3cb Mon Sep 17 00:00:00 2001 From: Mark Weiman Date: Sun, 11 Oct 2015 01:00:38 -0400 Subject: inital --- blog/templates/captcha/widget.html | 16 ++++++++++++++ blog/templates/captcha/widget_ajax.html | 25 +++++++++++++++++++++ blog/templates/captcha/widget_nocaptcha.html | 33 ++++++++++++++++++++++++++++ 3 files changed, 74 insertions(+) create mode 100644 blog/templates/captcha/widget.html create mode 100644 blog/templates/captcha/widget_ajax.html create mode 100644 blog/templates/captcha/widget_nocaptcha.html (limited to 'blog/templates/captcha') diff --git a/blog/templates/captcha/widget.html b/blog/templates/captcha/widget.html new file mode 100644 index 0000000..fb38f61 --- /dev/null +++ b/blog/templates/captcha/widget.html @@ -0,0 +1,16 @@ + + + diff --git a/blog/templates/captcha/widget_ajax.html b/blog/templates/captcha/widget_ajax.html new file mode 100644 index 0000000..71969f2 --- /dev/null +++ b/blog/templates/captcha/widget_ajax.html @@ -0,0 +1,25 @@ + +{# import recaptcha_ajax.js in your body #} +{# #} + +
+ + + +{% comment %} + +{% endcomment %} \ No newline at end of file diff --git a/blog/templates/captcha/widget_nocaptcha.html b/blog/templates/captcha/widget_nocaptcha.html new file mode 100644 index 0000000..e8b6e38 --- /dev/null +++ b/blog/templates/captcha/widget_nocaptcha.html @@ -0,0 +1,33 @@ + + +
+ -- cgit v1.3.1