Commit 89219b30d074f6d05c756daeddd198f6687286cf

Authored by hitier
1 parent 22c5ff60

Show app_name - site_name on login page

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
app/auth/templates/login.html
... ... @@ -12,6 +12,7 @@
12 12 <a href="{{url_for('main.index')}}">
13 13 <img class="mb-4 {{config.PDC_SITE_CLASS}}" height="72" src="{{ url_for('static', filename='img/pdc.png') }}" width="72">
14 14 </a>
  15 + <h1 class="h3 font-weight-normal mb-3">{{config.PDC_APP_NAME}} - {{config.PDC_SITE_NAME}}</h1>
15 16 <h1 class="h3 font-weight-normal mb-3">Connectez vous</h1>
16 17 <label class="sr-only" for="login">Email Adress</label>
17 18 <input autofocus class="form-control" id="login" name="login" placeholder="identifiant" required>
... ...