small change s+ dwelling
This commit is contained in:
@@ -22,9 +22,9 @@
|
||||
<div id="showcase-cont">
|
||||
{% for show in showcase %}
|
||||
<div class="showcase">
|
||||
<p>({{ show['year'] }})</p>
|
||||
<p>{{ show['name'] }},</p>
|
||||
<p>{{ show['location'] }}</p>
|
||||
<p>({{ show['year'] }})
|
||||
{{ show['name'] }},
|
||||
{{ show['location'] }}</p>
|
||||
</div>
|
||||
{% endfor %}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user