mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-10-30 03:56:23 -05:00 
			
		
		
		
	fix login/logout pages
This commit is contained in:
		| @@ -36,7 +36,7 @@ | ||||
|  | ||||
|   <body class="text-center"> | ||||
|     <div class="form-signin"> | ||||
| 			<img class="mb-4" src="{% static 'frontend/assets/logo.svg' %}" alt="" width="300"> | ||||
| 			<img class="mb-4" src="{% static 'frontend/en-US/assets/logo.svg' %}" alt="" width="300"> | ||||
| 			<p>You have been successfully logged out. Bye!</p> | ||||
| 			<a href="/">Sign in again</a> | ||||
| 		</div> | ||||
|   | ||||
| @@ -37,7 +37,7 @@ | ||||
|   <body class="text-center"> | ||||
|     <form class="form-signin" method="post"> | ||||
| 			{% csrf_token %} | ||||
| 			<img class="mb-4" src="{% static 'frontend/assets/logo.svg' %}" alt="" width="300"> | ||||
| 			<img class="mb-4" src="{% static 'frontend/en-US/assets/logo.svg' %}" alt="" width="300"> | ||||
| 			<p>Please sign in.</p> | ||||
| 			{% if form.errors %} | ||||
| 				<div class="alert alert-danger" role="alert"> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 jonaswinkler
					jonaswinkler