fix css file to /login /register
This commit is contained in:
		@ -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">
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user