mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-01-24 15:26:46 -06:00
6 lines
199 B
HTML
6 lines
199 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 }}">
|
|
</div>
|
|
{% endblock %}
|