From bb1153c7d802681bc71aea5562b7ed17d99bd85a Mon Sep 17 00:00:00 2001 From: Mathias Behrle Date: Mon, 19 May 2014 15:42:42 +0200 Subject: [PATCH] Correcting path to license, it is in PROJECT_ROOT. --- apps/common/forms.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/common/forms.py b/apps/common/forms.py index eafc0bdf24..10e4b9d2dd 100644 --- a/apps/common/forms.py +++ b/apps/common/forms.py @@ -165,4 +165,4 @@ class FileDisplayForm(forms.Form): class LicenseForm(FileDisplayForm): FILENAME = u'LICENSE' - DIRECTORY = [u'docs', u'credits'] + DIRECTORY = [u'.']