diff options
| author | Allen, Timothy <tallen@wharton.upenn.edu> | 2017-08-20 22:17:19 +0000 |
|---|---|---|
| committer | Aymeric Augustin <aymeric.augustin@m4x.org> | 2017-08-21 08:00:54 +0200 |
| commit | 9229e005aaffc7d3a2015f7a23b1ba1de8d85b63 (patch) | |
| tree | 778320601aeac5e48410d27a32be77c8093ea723 | |
| parent | a64f88f5be0f680a7261b500fd9243501e6a7745 (diff) | |
Django -> django when styled as a logo with font. This was pointed out at DjangoCon US.
| -rw-r--r-- | django/views/templates/default_urlconf.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/django/views/templates/default_urlconf.html b/django/views/templates/default_urlconf.html index 65d07bd021..961b30c194 100644 --- a/django/views/templates/default_urlconf.html +++ b/django/views/templates/default_urlconf.html @@ -363,7 +363,7 @@ <header class="u-clearfix"> <div class="logo"> <a href="https://www.djangoproject.com/" target="_blank" rel="noopener"> - <h2>Django</h2> + <h2>django</h2> </a> </div> <div class="release-notes"> |
