Compare commits
No commits in common. "1b44d5c94f1bf571db16e17ffa9258cd8eccebb6" and "9be65a2bab5604ee950ae25348983a02f04b8887" have entirely different histories.
1b44d5c94f
...
9be65a2bab
@ -41,7 +41,7 @@ export default class extends AbstractNonAuthentifiedView {
|
||||
return `
|
||||
<div class=form>
|
||||
<label>Login</label>
|
||||
<link rel="stylesheet" href="/static/css/accounts/login.css">
|
||||
<link rel="stylesheet" href="static/css/accounts/login.css">
|
||||
<input type="text" id="username" placeholder="username">
|
||||
<span id="error_username"></span>
|
||||
<input type="password" id="password" placeholder="password">
|
||||
|
@ -41,7 +41,7 @@ export default class extends AbstractNonAuthentifiedView {
|
||||
return `
|
||||
<div class=form>
|
||||
<label>Register</label>
|
||||
<link rel="stylesheet" href="/static/css/accounts/register.css">
|
||||
<link rel="stylesheet" href="static/css/accounts/register.css">
|
||||
<input type="text" id="username" placeholder="username">
|
||||
<span id="error_username"></span>
|
||||
<input type="password" id="password" placeholder="password">
|
||||
|
Loading…
Reference in New Issue
Block a user