mirror of
https://gitlab.crans.org/mediatek/med.git
synced 2025-06-21 11:18:24 +02:00
Center login logo
This commit is contained in:
@ -8,11 +8,12 @@ SPDX-License-Identifier: GPL-3.0-or-later
|
||||
{% block title %}{{ title }} | {{ request.site.name }}{% endblock %}
|
||||
|
||||
{% block branding %}
|
||||
<strong id="site-name">
|
||||
<a href="/">
|
||||
<img src="{% static "images/logo.png" %}" height="40px" alt="{{ request.site.name }}" />
|
||||
</a>
|
||||
</strong>
|
||||
<a href="/">
|
||||
<img src="{% static "images/logo.png" %}" height="40px" alt=""/>
|
||||
<strong id="site-name">
|
||||
{{ request.site.name }}
|
||||
</strong>
|
||||
</a>
|
||||
{% endblock %}
|
||||
|
||||
{% block usertools %}
|
||||
|
Reference in New Issue
Block a user