Commit a9e4415c authored by delanoe's avatar delanoe

[FIX] mimeType and comment.

parent 2a626ad9
......@@ -22,7 +22,6 @@ def home(request):
},
)
def about(request):
'''About Gargantext, its team and sponsors
'''
......@@ -40,15 +39,14 @@ def about(request):
)
def robots(request):
'''About Gargantext, its team and sponsors
'''Robots rules
'''
return render(
template_name = 'pages/main/robots.txt',
request = request,
context = {},
content_type='text/plain',
)
def maintenance(request):
'''Gargantext out of service
'''
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment