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 2d60fff commit e9d130dCopy full SHA for e9d130d
src/unfold/templates/admin/login.html
@@ -29,7 +29,7 @@
29
<div class="w-full sm:w-96">
30
<h1 class="font-semibold mb-10">
31
<span class="block text-font-important-light dark:text-font-important-dark">{% trans 'Welcome back to' %}</span>
32
- <span class="block text-primary-600 text-xl dark:text-primary-500">{{ site_title }}</span>
+ <span class="block text-primary-600 text-xl dark:text-primary-500">{{ site_title|default:_('Django site admin') }}</span>
33
</h1>
34
35
{% include "unfold/helpers/messages.html" %}
0 commit comments