mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-03 21:43:21 +00:00 
			
		
		
		
	portico: Refresh deactivated realm notice page every 60 seconds.
This helps avoid users being confused if a realm was temporarily deactivated as part of getting a clean backup. Fixes: #11757.
This commit is contained in:
		
				
					committed by
					
						
						Tim Abbott
					
				
			
			
				
	
			
			
			
						parent
						
							f6c1a31988
						
					
				
				
					commit
					177673c84e
				
			@@ -1,4 +1,10 @@
 | 
			
		||||
{% extends "zerver/portico_signup.html" %}
 | 
			
		||||
 | 
			
		||||
{% block customhead %}
 | 
			
		||||
{{ super() }}
 | 
			
		||||
<meta http-equiv="refresh" content="60;URL='/'">
 | 
			
		||||
{% endblock %}
 | 
			
		||||
 | 
			
		||||
{% block portico_content %}
 | 
			
		||||
 | 
			
		||||
<div class="app portico-page">
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user