mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-04-07 08:31:05 +00:00
Merge branch 'admin_branding' of https://github.com/revsys/wagtail into revsys-admin_branding
Conflicts: wagtail/wagtailadmin/templates/wagtailadmin/login.html
This commit is contained in:
commit
b4ba12aed9
2 changed files with 2 additions and 3 deletions
|
|
@ -19,7 +19,7 @@
|
|||
</div>
|
||||
{% endif %}
|
||||
<div class="col9">
|
||||
<h1>{% blocktrans %}Welcome to the {{ site_name }} Wagtail CMS{% endblocktrans %}</h1>
|
||||
<h1>{% block admin_branding_home %}{% blocktrans %}Welcome to the {{ site_name }} Wagtail CMS{% endblocktrans %}{% endblock %}</h1>
|
||||
<h2>{{ user.get_full_name|default:user.get_username }}</h2>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -26,9 +26,8 @@
|
|||
{% url 'wagtailadmin_home' as home_url %}
|
||||
<input type="hidden" name="next" value="{{ next|default:home_url }}" />
|
||||
|
||||
<h1>{% trans "Sign in to Wagtail" %}</h1>
|
||||
<h1>{% block admin_branding_login %}{% trans "Sign in to Wagtail" %}{% endblock %}</h1>
|
||||
|
||||
|
||||
<ul class="fields">
|
||||
<li class="full">
|
||||
<div class="field iconfield">
|
||||
|
|
|
|||
Loading…
Reference in a new issue