Jiří Bartušek
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
5 additions and
5 deletions
-
src/static/templates/admin/login.hbs
|
|
@ -9,13 +9,13 @@ |
|
|
|
|
|
|
|
<div class="align-items-center p-3 mb-3 text-white-50 bg-danger rounded shadow"> |
|
|
|
<div> |
|
|
|
<h6 class="mb-0 text-white">Authentication key needed to continue</h6> |
|
|
|
<small>Please provide it below:</small> |
|
|
|
<h6 class="mb-0 text-white">K pokračování je potřeba autentikační klíč</h6> |
|
|
|
<small>Zadej ho prosím níže:</small> |
|
|
|
|
|
|
|
<form class="form-inline" method="post"> |
|
|
|
<input type="password" class="form-control w-50 mr-2" name="token" placeholder="Enter admin token"> |
|
|
|
<button type="submit" class="btn btn-primary">Enter</button> |
|
|
|
<input type="password" class="form-control w-50 mr-2" name="token" placeholder="Administrační token"> |
|
|
|
<button type="submit" class="btn btn-primary">Potvrdit</button> |
|
|
|
</form> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</main> |
|
|
|
</main> |
|
|
|