summaryrefslogtreecommitdiffstats
path: root/forum_modules
diff options
context:
space:
mode:
authorEvgeny Fadeev <evgeny.fadeev@gmail.com>2010-03-14 17:59:47 -0400
committerEvgeny Fadeev <evgeny.fadeev@gmail.com>2010-03-14 17:59:47 -0400
commitc2255c60fa5bca3f49fa30aa81a20fcdaa603dc3 (patch)
tree8c292aff73e9de1160b449c198976936ec1a7530 /forum_modules
parent24002cc267b4664e233faaf6f9c292de30eb6e0d (diff)
downloadaskbot-c2255c60fa5bca3f49fa30aa81a20fcdaa603dc3.tar.gz
askbot-c2255c60fa5bca3f49fa30aa81a20fcdaa603dc3.tar.bz2
askbot-c2255c60fa5bca3f49fa30aa81a20fcdaa603dc3.zip
dos2unix
Diffstat (limited to 'forum_modules')
-rwxr-xr-xforum_modules/robotstxt/templates/robots.txt2
-rwxr-xr-xforum_modules/robotstxt/urls.py12
2 files changed, 7 insertions, 7 deletions
diff --git a/forum_modules/robotstxt/templates/robots.txt b/forum_modules/robotstxt/templates/robots.txt
index 97d769f1..574fc315 100755
--- a/forum_modules/robotstxt/templates/robots.txt
+++ b/forum_modules/robotstxt/templates/robots.txt
@@ -1,2 +1,2 @@
-User-agent: *
+User-agent: *
Disallow: / \ No newline at end of file
diff --git a/forum_modules/robotstxt/urls.py b/forum_modules/robotstxt/urls.py
index 83915456..79a6d84c 100755
--- a/forum_modules/robotstxt/urls.py
+++ b/forum_modules/robotstxt/urls.py
@@ -1,6 +1,6 @@
-from django.conf.urls.defaults import *
-from django.views.generic.simple import direct_to_template
-
-urlpatterns = patterns('',
- (r'^robots.txt$', direct_to_template, {'template': 'modules/robotsdennyall/robots.txt'}),
-)
+from django.conf.urls.defaults import *
+from django.views.generic.simple import direct_to_template
+
+urlpatterns = patterns('',
+ (r'^robots.txt$', direct_to_template, {'template': 'modules/robotsdennyall/robots.txt'}),
+)