1
0
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:
Bradlee Speice 2014-04-01 19:20:07 -04:00
parent 07126509ba
commit 314934a468

View File

@ -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>