Enhance login and navigation templates with authentication checks

This commit is contained in:
2025-04-23 23:35:08 +02:00
parent 4712c01688
commit 9bae324447
2 changed files with 17 additions and 15 deletions

View File

@@ -9,7 +9,7 @@
</div>
{% else %}
<form method="post">
<h1 class="h3 mb-3 font-weight-normal">{{ 'Please sign in'|trans }}</h1>
<h1 class="py-2 h3 mb-3 font-weight-normal">{{ 'Please sign in'|trans }}</h1>
<div class="mb-3">
<label for="username" class="form-label">{{ 'Email'|trans }}</label>
<input type="email" value="{{ last_username }}" name="_username" id="username" class="form-control"