Skip to content
This repository has been archived by the owner on Aug 27, 2019. It is now read-only.

Commit

Permalink
Update nature_walk.html
Browse files Browse the repository at this point in the history
  • Loading branch information
OpenGlobe committed Sep 2, 2015
1 parent 2993e28 commit e869a32
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ekip/game/templates/adventure/nature_walk.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@ <h2>When I arrived I saw ... </h2>
{% csrf_token %}
<ul>
<li>
<img src="{% static "img/activity/mountains.jpg" %}" alt="mountains" />
<img src="{% static "img/activity/mountains.jpg" %}" alt="When I arrived I saw huge mountains." />
<button type="submit" name='huge-mountain' value="huge mountains">Huge mountains!</button>
</li>
<li>
<img src="{% static "img/activity/animal.jpg" %}" alt="gecko" />
<img src="{% static "img/activity/animal.jpg" %}" alt="When I arrived I saw wild animals." />
<button type="submit" name='wild-animals' value="wild animals">Wild animals!</button>
</li>
<li>
<img src="{% static "img/activity/plant.jpg" %}" alt="cactus" />
<img src="{% static "img/activity/plant.jpg" %}" alt="When I arrived I saw beautiful plants." />
<button type="submit" name='beautiful-plants' value="beautiful-plants">Beautiful plants!</button>
</li>
</ul>
Expand Down

0 comments on commit e869a32

Please sign in to comment.