mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2024-11-23 09:16:29 -06:00
8 lines
229 B
HTML
8 lines
229 B
HTML
{% block watermark %}
|
|
<div style="position: fixed; bottom: 0; right: 0;">
|
|
<img src="{{ url_for('static', filename='img/logo-right-256.png') }}"
|
|
alt="{{ config.APP_NAME }} {{ _('logo') }}"
|
|
>
|
|
</div>
|
|
{% endblock %}
|