We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent daf17ea commit ae76e2eCopy full SHA for ae76e2e
web/nuremberg/core/urls.py
@@ -16,7 +16,7 @@
16
re_path(
17
r'^robots.txt$',
18
lambda r: HttpResponse(
19
- "User-agent: *\nDisallow: /search/", content_type="text/plain"
+ "User-agent: *\nDisallow: /search/\n", content_type="text/plain"
20
),
21
22
re_path(r'^php', redirect_home),
0 commit comments