move everything (except config) in one file
This commit is contained in:
		
							parent
							
								
									634df5f5cc
								
							
						
					
					
						commit
						32dc3a9581
					
				
					 6 changed files with 42 additions and 39 deletions
				
			
		
							
								
								
									
										19
									
								
								templates/base.html
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										19
									
								
								templates/base.html
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,19 @@
 | 
			
		|||
{% extends "bootstrap/base.html" %}
 | 
			
		||||
 | 
			
		||||
{% block title %}Prolefeeder{% endblock %}
 | 
			
		||||
{% block content %}
 | 
			
		||||
<div class="container">
 | 
			
		||||
 | 
			
		||||
{% with messages = get_flashed_messages() %}
 | 
			
		||||
{% if messages %}
 | 
			
		||||
    {% for message in messages %}
 | 
			
		||||
    <div class="alert alert-info" role="alert">{{ message }}</div>
 | 
			
		||||
    {% endfor %}
 | 
			
		||||
{% endif %}
 | 
			
		||||
{% endwith %}
 | 
			
		||||
 | 
			
		||||
{% block app_content %}
 | 
			
		||||
{% endblock %}
 | 
			
		||||
 | 
			
		||||
</div>
 | 
			
		||||
{% endblock %}
 | 
			
		||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue