diff --git a/django/views/templates/default_urlconf.html b/django/views/templates/default_urlconf.html
index e8e180f8bc..5092377bf4 100644
--- a/django/views/templates/default_urlconf.html
+++ b/django/views/templates/default_urlconf.html
@@ -1,19 +1,18 @@
{% load i18n %}
-{% get_current_language_bidi as LANGUAGE_BIDI %}
-
+{% get_current_language as LANGUAGE_CODE %}{% get_current_language_bidi as LANGUAGE_BIDI %}
+
- {% translate "Django: the Web framework for perfectionists with deadlines." %}
+ {% translate "The install worked successfully! Congratulations!" %}
-
-