Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
D
django
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
django
Commits
347551c2
Kaydet (Commit)
347551c2
authored
Eyl 21, 2017
tarafından
Stefan Sinca
Kaydeden (comit)
Tim Graham
Eyl 21, 2017
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Fixed #28508 -- Set the foreground color to black in CSRF and 404 error templates.
üst
41a78769
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
csrf.py
django/views/csrf.py
+1
-1
technical_404.html
django/views/templates/technical_404.html
+1
-1
No files found.
django/views/csrf.py
Dosyayı görüntüle @
347551c2
...
...
@@ -23,7 +23,7 @@ CSRF_FAILURE_TEMPLATE = """
html * { padding:0; margin:0; }
body * { padding:10px 20px; }
body * * { padding:0; }
body { font:small sans-serif; background:#eee; }
body { font:small sans-serif; background:#eee;
color:#000;
}
body>div { border-bottom:1px solid #ddd; }
h1 { font-weight:normal; margin-bottom:.4em; }
h1 span { font-size:60
%
; color:#666; font-weight:normal; }
...
...
django/views/templates/technical_404.html
Dosyayı görüntüle @
347551c2
...
...
@@ -8,7 +8,7 @@
html
*
{
padding
:
0
;
margin
:
0
;
}
body
*
{
padding
:
10px
20px
;
}
body
*
*
{
padding
:
0
;
}
body
{
font
:
small
sans-serif
;
background
:
#eee
;
}
body
{
font
:
small
sans-serif
;
background
:
#eee
;
color
:
#000
;
}
body
>
div
{
border-bottom
:
1px
solid
#ddd
;
}
h1
{
font-weight
:
normal
;
margin-bottom
:
.4em
;
}
h1
span
{
font-size
:
60%
;
color
:
#666
;
font-weight
:
normal
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment