Skip to content

Commit e9d130d

Browse files
authored
fix: login form default title (#1055)
1 parent 2d60fff commit e9d130d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/unfold/templates/admin/login.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<div class="w-full sm:w-96">
3030
<h1 class="font-semibold mb-10">
3131
<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>
32+
<span class="block text-primary-600 text-xl dark:text-primary-500">{{ site_title|default:_('Django site admin') }}</span>
3333
</h1>
3434

3535
{% include "unfold/helpers/messages.html" %}

0 commit comments

Comments
 (0)