mirror of
				https://github.com/bspeice/itcs4180
				synced 2025-11-03 18:00:37 -05:00 
			
		
		
		
	Fix up template for all locations
This commit is contained in:
		@ -1,5 +1,9 @@
 | 
			
		||||
<location>
 | 
			
		||||
	<image>{{ image_url }}</image>
 | 
			
		||||
<locations>
 | 
			
		||||
	{% for location in locations %}
 | 
			
		||||
	<location>
 | 
			
		||||
		<image>{{ location.image_url }}</image>
 | 
			
		||||
 | 
			
		||||
	<riddle>{{ riddle }}</riddle>
 | 
			
		||||
</location>
 | 
			
		||||
		<riddle>{{ location.riddle }}</riddle>
 | 
			
		||||
	</location>
 | 
			
		||||
	{% endfor %}
 | 
			
		||||
</locations>
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user