mirror of
https://gitlab.com/JKANetwork/powerfulcomputermanager.git
synced 2026-03-12 21:32:02 +01:00
Changes to web gui and fixes
This commit is contained in:
17
admin/templates/firsttime.tmpl
Normal file
17
admin/templates/firsttime.tmpl
Normal file
@@ -0,0 +1,17 @@
|
||||
{# -*- coding: utf-8 -*- #}
|
||||
{% extends 'baseadmin.tmpl' %}
|
||||
{% block content %}
|
||||
<h2>Login</h2>
|
||||
<form action="/firsttime" method="POST">
|
||||
<div class="table-responsive">
|
||||
<table class="table table-striped table-sm">
|
||||
<tr>
|
||||
<td>Please put password for program. Do not forget it!<input type="password" name="password" id="password" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><button type="submit">Set password</button></td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</form>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user