summaryrefslogtreecommitdiff
path: root/django/views/templates
diff options
context:
space:
mode:
authorgtleee <gtleee@hotmail.com>2023-05-22 05:43:15 +0000
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2023-05-22 11:05:20 +0200
commit0a324f1b66b9b948041b1c557fc18b3fb40743c4 (patch)
treef55cb9d18a815986ff0ae3f49eb16a5c7977225d /django/views/templates
parent061a8a1bd818ca2c8a6493f33cae2379e34e181f (diff)
Fixed #34588 -- Removed usage of nonexistent stylesheet in the 'Congrats' page.
Regression in d46cc15c51219c3418e0287bf018c5ba1346f825.
Diffstat (limited to 'django/views/templates')
-rw-r--r--django/views/templates/default_urlconf.html1
1 files changed, 0 insertions, 1 deletions
diff --git a/django/views/templates/default_urlconf.html b/django/views/templates/default_urlconf.html
index bdef8b5a0a..c54ce842d1 100644
--- a/django/views/templates/default_urlconf.html
+++ b/django/views/templates/default_urlconf.html
@@ -6,7 +6,6 @@
<meta charset="utf-8">
<title>{% translate "The install worked successfully! Congratulations!" %}</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
- <link rel="stylesheet" href="/static/admin/css/fonts.css">
<style>
html {
line-height: 1.15;