Merge pull request #973 from MarcAbonce/languages

Remove 'all' option from search languages
This commit is contained in:
Adam Tauber 2017-12-06 14:34:26 +01:00 committed by GitHub
commit 49b845051f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
56 changed files with 166 additions and 249 deletions

View file

@ -12,7 +12,6 @@ if version[0] == '3':
COOKIE_MAX_AGE = 60 * 60 * 24 * 365 * 5 # 5 years
LANGUAGE_CODES = [l[0] for l in languages]
LANGUAGE_CODES.append('all')
DISABLED = 0
ENABLED = 1
DOI_RESOLVERS = list(settings['doi_resolvers'])