10000 Added missing parameter. · django-cms/django-cms@0c41452 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0c41452

Browse files
committed
Added missing parameter.
1 parent 11fe3e2 commit 0c41452

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cms/templates/cms/welcome.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ <h2 class="cms-hidden">{% trans "Installation Notes" %}</h2>
9898
}
9999
});
100100
{% else %}
101-
window.location.href = '{% url "admin:login" %}?next={{ next_url }}';
101+
window.location.href = '{% url "admin:login" %}?next={{ next_url }}?{{ cms_edit_on }}';
102102
{% endif %}
103103
</script>
104104
{% endlanguage %}

0 commit comments

Comments
 (0)
0