Skip to content

Fix malformed URLs when `URL_PREFIX` is set

Jaden DIEFENBAUGH requested to merge 522-view-reports-url into master

The View Report button in the modal that shows after successfully adding experiment(s) to a report generates the wrong URL on installations that have a non-empty URL_PREFIX set in settings.py. Fixing the URL/string manipulation to properly consider URL_PREFIX will fix it.

Closes #522 (closed)

Edited by Samuel GAIST

Merge request reports