Update project to work with Django 1.10.x
This commit is contained in:
@@ -111,7 +111,7 @@ class FilterForm(forms.Form):
|
||||
|
||||
|
||||
class LicenseForm(FileDisplayForm):
|
||||
DIRECTORY = ('mayan',)
|
||||
DIRECTORY = ()
|
||||
FILENAME = 'LICENSE'
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user