Fixed config
- config didn't work now it's working properly - it takes config from envirionment variable FLASK_CONFIG - if no such variable exists it uses Development config as default
This commit is contained in:
		
							
								
								
									
										3
									
								
								app/templates/includes/footer.html
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										3
									
								
								app/templates/includes/footer.html
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,3 @@
 | 
			
		||||
<footer>
 | 
			
		||||
	<hr>
 | 
			
		||||
</footer>
 | 
			
		||||
							
								
								
									
										4
									
								
								app/templates/includes/header.html
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										4
									
								
								app/templates/includes/header.html
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,4 @@
 | 
			
		||||
<header>
 | 
			
		||||
	<h1>App</h1>
 | 
			
		||||
	<hr>
 | 
			
		||||
</header>
 | 
			
		||||
		Reference in New Issue
	
	Block a user