From 3c4c71fc19865bfb75231c425fae31c6b2c211de Mon Sep 17 00:00:00 2001 From: Evgeny Fadeev Date: Tue, 9 Feb 2010 16:48:38 -0500 Subject: started working towards skinning forum app - first step - move templates to app --- forum/templates/notarobot.html | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 forum/templates/notarobot.html (limited to 'forum/templates/notarobot.html') diff --git a/forum/templates/notarobot.html b/forum/templates/notarobot.html new file mode 100644 index 00000000..698c5696 --- /dev/null +++ b/forum/templates/notarobot.html @@ -0,0 +1,15 @@ +{% extends "base_content.html" %} +{% load i18n %} +{% block title %}{% spaceless %}{% trans "Please prove that you are a Human Being" %}{% endspaceless %}{% endblock %} +{% block content %} +{% comment %} this form is set up to be used in wizards {% endcomment %} +
+
+ {{form}} +
+ + + {{ previous_fields|safe }} +
+ +{% endblock %} -- cgit v1.2.3-1-g7c22