mirror of
				https://github.com/zulip/zulip.git
				synced 2025-10-31 12:03:46 +00:00 
			
		
		
		
	templates: Use the same outer HTML structure.
This will be helpful when refactoring them to use a common template. No visual changes. Tested by create email confirmation link and then manipulated it to get to various states. Force rendered the realm_creation_disabled template instead of link_malformed template to check it.
This commit is contained in:
		| @@ -6,7 +6,8 @@ | ||||
|  | ||||
| {% block portico_content %} | ||||
| <div class="error_page"> | ||||
|     <div class="container row-fluid"> | ||||
|     <div class="container"> | ||||
|         <div class="row-fluid"> | ||||
|             <img src="{{ static('images/errors/400art.svg') }}" alt=""/> | ||||
|             <div class="errorbox"> | ||||
|                 <div class="errorcontent"> | ||||
| @@ -19,5 +20,6 @@ | ||||
|                 </div> | ||||
|             </div> | ||||
|         </div> | ||||
|     </div> | ||||
| </div> | ||||
| {% endblock %} | ||||
|   | ||||
| @@ -6,7 +6,8 @@ | ||||
|  | ||||
| {% block portico_content %} | ||||
| <div class="error_page"> | ||||
|     <div class="container row-fluid"> | ||||
|     <div class="container"> | ||||
|         <div class="row-fluid"> | ||||
|             <img src="{{ static('images/errors/500art.svg') }}" alt=""/> | ||||
|             <div class="errorbox"> | ||||
|                 <div class="errorcontent"> | ||||
| @@ -20,5 +21,6 @@ | ||||
|                 </div> | ||||
|             </div> | ||||
|         </div> | ||||
|     </div> | ||||
| </div> | ||||
| {% endblock %} | ||||
|   | ||||
| @@ -6,7 +6,8 @@ | ||||
|  | ||||
| {% block portico_content %} | ||||
| <div class="error_page"> | ||||
|     <div class="container row-fluid"> | ||||
|     <div class="container"> | ||||
|         <div class="row-fluid"> | ||||
|             <img src="{{ static('images/errors/500art.svg') }}" alt=""/> | ||||
|             <div class="errorbox"> | ||||
|                 <div class="errorcontent"> | ||||
| @@ -20,5 +21,6 @@ | ||||
|                 </div> | ||||
|             </div> | ||||
|         </div> | ||||
|     </div> | ||||
| </div> | ||||
| {% endblock %} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user