fix(admin): login dd logo
parent
49cd533a13
commit
fac4a95ac7
|
@ -30,7 +30,8 @@
|
|||
<div class="animate form login_form">
|
||||
<section class="login_content">
|
||||
<form id="login-form" action="{{ url_for('login') }}" method="POST" novalidate>
|
||||
<h1>Digital Democratic</h1>
|
||||
<img src="https://nextcloud.digitaldemocratic.net/themes/digitaldemocratic/core/img/dd.svg" height="75px">
|
||||
<h1></h1>
|
||||
<div>
|
||||
<input type="text" name="user" class="form-control" placeholder="Username" required="" autofocus />
|
||||
</div>
|
||||
|
@ -46,8 +47,8 @@
|
|||
<br />
|
||||
|
||||
<div>
|
||||
<h1><i class="fa fa-user"></i> Digital Democratic</h1>
|
||||
<p>©2020 All Rights Reserved. <a href="https:/gitlab.com/digitaldemocratic/digitaldemocratic/LICENSE" target="_blank">AGPLv3</a></p>
|
||||
<!-- <h1><i class="fa fa-user"></i> Digital Democratic</h1> -->
|
||||
<p>©2022 All Rights Reserved. <a href="https:/gitlab.com/digitaldemocratic/digitaldemocratic/LICENSE" target="_blank">AGPLv3</a></p>
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
|
|
Loading…
Reference in New Issue