Commit 57ae0464 authored by delanoe's avatar delanoe

Rename file

parent 9af82ab6
......@@ -23,7 +23,7 @@ BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
SECRET_KEY = '!%ktkh981)piil1%t5r0g4$^0=uvdafk!=f2x8djxy7_gq(n5%'
# SECURITY WARNING: don't run with debug turned on in production!
DEBUG = False
DEBUG = True
MAINTENANCE = False
ALLOWED_HOSTS = ['localhost']
......
......@@ -30,7 +30,7 @@ def corpus(request, project_id, corpus_id):
return HttpResponseForbidden()
# response!
return render(
template_name = 'pages/corpora/corpus.html',
template_name = 'pages/corpora/titles.html',
request = request,
context = {
'debug': DEBUG,
......
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