Commit 4aca0776 authored by Alec Wang's avatar Alec Wang

added back button to all hero pages

parent ef5f9264
......@@ -17,6 +17,9 @@
<dd>Nimbus, Rain Cloud, Thunderbolt</dd>
<dt>Lore</dt>
<dd>I am a cloud. When I pee you call it 'rain'.</dd>
<form action="{% url 'heroes' %}">
<input type="submit" value="Back to Heroes List" />
</form>
</dl>
</body>
......
......@@ -17,6 +17,9 @@
<dd>Laugh, Dance, Smile</dd>
<dt>Lore</dt>
<dd>I do it for the LOLs.</dd>
<form action="{% url 'heroes' %}">
<input type="submit" value="Back to Heroes List" />
</form>
</dl>
</body>
......
......@@ -17,6 +17,9 @@
<dd>Power Pellet, Sunshine, Pollen Punch</dd>
<dt>Lore</dt>
<dd>I am Sunflowey. Sometimes a sun, sometimes a flower.</dd>
<form action="{% url 'heroes' %}">
<input type="submit" value="Back to Heroes List" />
</form>
</dl>
</body>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment