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

Commit

Permalink
Update choose_adventure.html
Browse files Browse the repository at this point in the history
  • Loading branch information
OpenGlobe committed Sep 2, 2015
1 parent f21427a commit 2993e28
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ekip/game/templates/adventure/choose_adventure.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,19 +24,19 @@ <h2>I decided to:</h2>
<ul>
<li>
<a href="{% url 'adventure_nature_walk' %}">
<img src="{% static "img/activity/nature-walk.jpg" %}" alt="nature walk" />
<img src="{% static "img/activity/nature-walk.jpg" %}" alt="I decided to go on a nature walk." />
<button>Go on a nature walk!</button>
</a>
</li>
<li>
<a href="{% url 'adventure_time_travel' %}">
<img src="{% static "img/activity/time-travel.jpg" %}" alt="time travel" />
<img src="{% static "img/activity/time-travel.jpg" %}" alt="I decided to time travel." />
<button>Time travel!</button>
</a>
</li>
<li>
<a href="{% url 'adventure_swimming' %}">
<img src="{% static "img/activity/beach.jpg" %}" alt="beach" />
<img src="{% static "img/activity/beach.jpg" %}" alt="I decided to go swimming." />
<button>Go swimming!</button>
</a>
</li>
Expand Down

0 comments on commit 2993e28

Please sign in to comment.