diff --git a/umap/templates/umap/login_popup_end.html b/umap/templates/umap/login_popup_end.html index 1d93152a..ec2f8458 100644 --- a/umap/templates/umap/login_popup_end.html +++ b/umap/templates/umap/login_popup_end.html @@ -6,7 +6,7 @@ window.opener.umap_proceed() } else { // Trade off as Twitter does not allow us to access window.opener - window.location.href = '{{ request.user.get_url }}' + window.location.href = '{% url "user_dashboard" %}' } }