Merge pull request #427 from harry-wood/patch-1

fix feedback anchor link to wiki (httpS)
This commit is contained in:
Yohan Boniface 2017-01-10 17:22:00 +01:00 committed by GitHub
commit 2c9825dc8c

View file

@ -166,7 +166,7 @@ UMAP_MAPS_PER_PAGE = 5
UMAP_MAPS_PER_PAGE_OWNER = 10
MAP_SHORT_URL_NAME = "umap_short_url"
UMAP_USE_UNACCENT = False
UMAP_FEEDBACK_LINK = "http://wiki.openstreetmap.org/wiki/UMap#Feedback_and_help" # noqa
UMAP_FEEDBACK_LINK = "https://wiki.openstreetmap.org/wiki/UMap#Feedback_and_help" # noqa
USER_MAPS_URL = 'user_maps'
# =============================================================================