|  |  |  | @ -96,7 +96,7 @@ def find_gallery(name): | 
		
	
		
			
				|  |  |  |  |         gal.append([["menu.jpg","Aristen's fancy set"], ["scarf.jpg", "Newbie Aristen"], ["marine.jpg","Aristen in the Epheria Marine Classic Set"]]) | 
		
	
		
			
				|  |  |  |  |     if name == "Bless": | 
		
	
		
			
				|  |  |  |  |         gal.append("Blessfrey") | 
		
	
		
			
				|  |  |  |  |         gal.append([["name.png","desc"]]) | 
		
	
		
			
				|  |  |  |  |         gal.append([["Bless.png","Rune and his dinosaur mother"]]) | 
		
	
		
			
				|  |  |  |  |     if name == "Calder": | 
		
	
		
			
				|  |  |  |  |         gal.append("FlightRising") | 
		
	
		
			
				|  |  |  |  |         gal.append([["pixelheadshot.png", "Calder's human form"], ["FlightRising.png","Calder\'s sprite in FlightRising"]]) | 
		
	
	
		
			
				
					|  |  |  | @ -452,7 +452,7 @@ def char2(): | 
		
	
		
			
				|  |  |  |  | def char(char_name): | 
		
	
		
			
				|  |  |  |  |     """character page""" | 
		
	
		
			
				|  |  |  |  |     loc = 'char/' | 
		
	
		
			
				|  |  |  |  |     info = {'css': 'char', 'title': 'blessfrey - characters | meet ' + char_name, 'year': find_year(), 'ocs': ["Helia", "Rune", "Tessa", "Abbey", "Calder", "Silke", "Aristen", "Chimchooree", "Lune"], 'name': char_name, 'profile': prepare_profile(loc, char_name), 'gallery': find_gallery(char_name)} | 
		
	
		
			
				|  |  |  |  |     info = {'css': 'char', 'title': 'blessfrey - characters | meet ' + char_name, 'year': find_year(), 'ocs': ["Helia", "Rune", "Bless", "Tessa", "Abbey", "Calder", "Silke", "Aristen", "Chimchooree", "Lune"], 'name': char_name, 'profile': prepare_profile(loc, char_name), 'gallery': find_gallery(char_name)} | 
		
	
		
			
				|  |  |  |  |     abs_app_dir_path = os.path.dirname(os.path.realpath(__file__)) | 
		
	
		
			
				|  |  |  |  |     abs_views_path = os.path.join(abs_app_dir_path, 'views') | 
		
	
		
			
				|  |  |  |  |     TEMPLATE_PATH.insert(0, abs_views_path ) | 
		
	
	
		
			
				
					|  |  |  | 
 |