Migration UI complete.
This commit is contained in:
parent
eb48b92551
commit
6bab5b4723
9 changed files with 45 additions and 14 deletions
|
|
@ -25,6 +25,9 @@ along with this program. If not, see <https://www.gnu.org/licenses/>. %>
|
|||
</head>
|
||||
<body>
|
||||
<%- include('partial/navbar', {user}); %>
|
||||
<h1>Welcome Back!</h1>
|
||||
<h2><%= instance%> has received an update, and your account needs one too!</h2>
|
||||
<h2 class="danger-text">Remember your new password, you will need it for your first login!</h2>
|
||||
<form action="javascript:">
|
||||
<label>Username:</label>
|
||||
<input class="migrate-prompt" id="migrate-username" placeholder="Required">
|
||||
|
|
|
|||
|
|
@ -25,6 +25,8 @@ along with this program. If not, see <https://www.gnu.org/licenses/>. %>
|
|||
</head>
|
||||
<body>
|
||||
<%- include('partial/navbar', {user}); %>
|
||||
<h1>Account Registration</h1>
|
||||
<h2 class="danger-text">Remember your password, you will need it for your first login!</h2>
|
||||
<form action="javascript:">
|
||||
<label>Username:</label>
|
||||
<input class="register-prompt" id="register-username" placeholder="Required">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue