mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-11-03 03:16:10 -06:00 
			
		
		
		
	fix login/logout pages
This commit is contained in:
		@@ -36,7 +36,7 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
  <body class="text-center">
 | 
					  <body class="text-center">
 | 
				
			||||||
    <div class="form-signin">
 | 
					    <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>
 | 
								<p>You have been successfully logged out. Bye!</p>
 | 
				
			||||||
			<a href="/">Sign in again</a>
 | 
								<a href="/">Sign in again</a>
 | 
				
			||||||
		</div>
 | 
							</div>
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -37,7 +37,7 @@
 | 
				
			|||||||
  <body class="text-center">
 | 
					  <body class="text-center">
 | 
				
			||||||
    <form class="form-signin" method="post">
 | 
					    <form class="form-signin" method="post">
 | 
				
			||||||
			{% csrf_token %}
 | 
								{% 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>
 | 
								<p>Please sign in.</p>
 | 
				
			||||||
			{% if form.errors %}
 | 
								{% if form.errors %}
 | 
				
			||||||
				<div class="alert alert-danger" role="alert">
 | 
									<div class="alert alert-danger" role="alert">
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user