From b8f5255070c36abea1912ab848dbc4070f4dde92 Mon Sep 17 00:00:00 2001 From: RaNaN Date: Mon, 5 Apr 2010 18:57:22 +0200 Subject: captcha input for webif --- module/web/templates/default/captcha.html | 37 +++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 module/web/templates/default/captcha.html (limited to 'module/web/templates/default/captcha.html') diff --git a/module/web/templates/default/captcha.html b/module/web/templates/default/captcha.html new file mode 100644 index 000000000..aa30e365c --- /dev/null +++ b/module/web/templates/default/captcha.html @@ -0,0 +1,37 @@ +{% load i18n %} + + + + + +
+
+

{% trans "Captcha reading" %}

+

{% trans "Please read the text on the captcha." %}

+ + + + + + + + + + + + + + + + + +
+ + +
+ +
\ No newline at end of file -- cgit v1.2.3