8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dce435c commit ca28adeCopy full SHA for ca28ade
cms/templates/cms/welcome.html
@@ -98,11 +98,7 @@ <h2 class="cms-hidden">{% trans "Installation Notes" %}</h2>
98
}
99
});
100
{% else %}
101
- {% if LANGUAGE_CODE %}
102
- window.location.href = '{% url "admin:login" %}?next=/{{ LANGUAGE_CODE }}/?{{ cms_edit_on }}';
103
- {% else %}
104
- window.location.href = '{% url "admin:login" %}?next=/?{{ cms_edit_on }}';
105
- {% endif %}
+ window.location.href = '{% url "admin:login" %}?next=/?{{ cms_edit_on }}';
106
{% endif %}
107
</script>
108
{% endlanguage %}
0 commit comments