From 923176217d4f93dd4b811cbf80ae1b3b4757f898 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Wed, 16 Jul 2014 13:53:41 -0400 Subject: [PATCH] Fix LICENSE file path for the license view --- 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 f74bc11ff9..206b032cca 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 = []