Fix a typo

This commit is contained in:
Daan Sprenkels
2018-10-18 17:37:32 +02:00
parent bb13340028
commit 8acd36a8b7

View File

@ -139,6 +139,6 @@ STATS_REQUEST_IGNORE_USER_IDS = []
ISSUES_URL = 'https://gitlab.science.ru.nl/Marietje/MarietjeDjango/issues'
MERGE_REQUESTS_URL = 'https://gitlab.science.ru.nl/Marietje/MarietjeDjango/merge_requests'
TRUSTED_IP_RANGES = [
'131.174.0.0/16' # RU wired
'145.116.136.0/22' # eduroam
'131.174.0.0/16', # RU wired
'145.116.136.0/22', # eduroam
]