Merge remote-tracking branch 'origin/pr/4451'

This commit is contained in:
Florian Bruhin 2018-12-04 16:43:25 +01:00
commit b5a6a5ab8c

View File

@ -61,7 +61,7 @@ li {
{{ super() }}
function tryagain()
{
location.href = "{{ url }}";
location.href = {{ url|tojson }};
}
{% endblock %}