Fix LICENSE file path for the license view

This commit is contained in:
Roberto Rosario
2014-07-16 13:53:41 -04:00
parent 53f4619a9c
commit 923176217d

View File

@@ -165,4 +165,4 @@ class FileDisplayForm(forms.Form):
class LicenseForm(FileDisplayForm):
FILENAME = u'LICENSE'
DIRECTORY = [u'..']
DIRECTORY = []