mirror of
https://github.com/cwinfo/powerdns-admin.git
synced 2024-11-08 14:40:27 +00:00
Update login.html
Use SITE_NAME for login box title on login page. This can be useful when using multiple powerdns admin in an organization.
This commit is contained in:
parent
10fd8b1563
commit
d0290ac469
@ -26,7 +26,7 @@
|
||||
<body class="hold-transition login-page">
|
||||
<div class="login-box">
|
||||
<div class="login-logo">
|
||||
<a href="{{ url_for('index.index') }}"><b>PowerDNS</b>-Admin</a>
|
||||
<a href="{{ url_for('index.index') }}"><b>{{ SITE_NAME }}</b></a>
|
||||
</div>
|
||||
<!-- /.login-logo -->
|
||||
<div class="login-box-body">
|
||||
|
Loading…
Reference in New Issue
Block a user