ckan / ckanext-pages

A simple builtin CMS for CKAN sites
GNU General Public License v3.0
51 stars 101 forks source link

[#60] Fix wrong redirects for localized URLs #65

Closed torfsen closed 7 years ago

torfsen commented 7 years ago

Fixes #60.

Parts of code passed the result of url_for to redirect_to, which resulted in the localization code being added twice to the URL.

TkTech commented 7 years ago

One failure in the travis matrix is unrelated, 👍