mirror of
https://github.com/bspeice/itcs4180
synced 2024-11-13 19:08:20 -05:00
Fix up template for all locations
This commit is contained in:
parent
07126509ba
commit
314934a468
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user