From 34272dc013ee2814a3e98011fe6321689460f69b Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Sun, 15 Jun 2014 20:54:43 +0200 Subject: [PATCH] Update LICENSE path --- mayan/apps/common/forms.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mayan/apps/common/forms.py b/mayan/apps/common/forms.py index e69770e84d..cf3c0fa0ba 100644 --- a/mayan/apps/common/forms.py +++ b/mayan/apps/common/forms.py @@ -165,4 +165,4 @@ class FileDisplayForm(forms.Form): class LicenseForm(FileDisplayForm): FILENAME = u'LICENSE' - DIRECTORY = [u'.'] + DIRECTORY = [u'..']