Compare commits

..

No commits in common. "61820222224315e1851e1c26c80b79bba98c712f" and "61c2a1dcd7e4de93f88ba5e1cd2a1eba846256fd" have entirely different histories.

2 changed files with 1 additions and 1 deletions

View file

@ -1172,7 +1172,7 @@ cat <<HTML_END > templates/login.html
<div class="col-md-6">
<div class="card shadow-sm">
<div class="card-body text-center">
<img src="{{ url_for('static', filename='logo.png') }}" alt="Logo" width="266" height="206" class="mb-4" style="object-fit:contain;">
<img src="{{ url_for('static', filename='logo.png') }}" alt="Logo" width="311" height="240" class="mb-4" style="object-fit:contain;">
<h2 class="card-title mb-4">{{ _('Login') }}</h2>
<form method="POST">
<input type="hidden" name="csrf_token" value="{{ csrf_token() }}">

Binary file not shown.

Before

Width:  |  Height:  |  Size: 52 KiB

After

Width:  |  Height:  |  Size: 135 KiB

Before After
Before After