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

Commit

Permalink
Update time_travel_end.html
Browse files Browse the repository at this point in the history
  • Loading branch information
OpenGlobe committed Sep 2, 2015
1 parent 0ad1bac commit b67be48
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions ekip/game/templates/adventure/time_travel_end.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,17 @@ <h2>Dear Diary,</h2>
<div class="page">

{% if selection == "Martin Luther King's house" %}
<img src="{% static "img/activity/end-timetravel.jpg" %}" alt="walk" />
<img src="{% static "img/activity/end-house.jpg" %}" alt="mountain" />
<img src="{% static "img/activity/end-timetravel.jpg" %}" alt="I decided to time travel." />
<img src="{% static "img/activity/end-house.jpg" %}" alt="It was so cool to see Martin Luther King Jr.&#39;s house." />
{% elif selection == "ancient drawings" %}
<img src="{% static "img/activity/end-timetravel.jpg" %}" alt="walk" />
<img src="{% static "img/activity/end-drawings.jpg" %}" alt="mountain" />
<img src="{% static "img/activity/end-timetravel.jpg" %}" alt="I decided to time travel." />
<img src="{% static "img/activity/end-drawings.jpg" %}" alt="It was so cool to see ancient drawings." />
{% elif selection == "dinosaur tracks" %}
<img src="{% static "img/activity/end-timetravel.jpg" %}" alt="walk" />
<img src="{% static "img/activity/end-tracks.jpg" %}" alt="mountain" />
<img src="{% static "img/activity/end-timetravel.jpg" %}" alt="I decided to time travel." />
<img src="{% static "img/activity/end-tracks.jpg" %}" alt="It was so cool to see dinosaur tracks." />
{% else %}
<img src="{% static "img/activity/end-timetravel.jpg" %}" alt="walk" />
<img src="{% static "img/activity/end-mountain.jpg" %}" alt="mountain" />
<img src="{% static "img/activity/end-timetravel.jpg" %}" alt="I decided to time travel." />
<img src="{% static "img/activity/end-house.jpg" %}" alt="It was so cool to see Martin Luther King Jr.&#39;s house." />
{% endif %}

<a href={% url "game_success" %}><button>Get your pass now</button></a>
Expand Down

0 comments on commit b67be48

Please sign in to comment.