Commit 577bcd88 authored by Kirby Ezekiel Santos's avatar Kirby Ezekiel Santos

Added home buttons to each hero page

parent 2d434b73
from django.shortcuts import render
# Create your views here.
home_page = 'willowisp_home_page.html'
def go_to_home_page(request):
return render(request, "willowisp_home_page.html")
......
......@@ -12,5 +12,9 @@
<dt>Skills</dt><dd>Nimbus, Rain Cloud, Thunderbolt</dd>
<dt>Lore</dt><dd>I am a cloud. When I pee you call it 'rain'.</dd>
</dl>
<br>
<form action="../heroes">
<input type="submit" id="homeButton" value="Back to Heroes List"/>
</form>
</body>
</html>
......@@ -12,5 +12,9 @@
<dt>Skills</dt><dd>Laugh, Dance, Smile</dd>
<dt>Lore</dt><dd>I do it for the LOLs.</dd>
</dl>
<br>
<form action="../heroes">
<input type="submit" id="homeButton" value="Back to Heroes List"/>
</form>
</body>
</html>
......@@ -12,5 +12,9 @@
<dt>Skills</dt><dd>Power Pellet, Sunshine, Pollen Punch</dd>
<dt>Lore</dt><dd>I am Sunflowey. Sometimes a sun, sometimes a flower.</dd>
</dl>
<br>
<form action="../heroes">
<input type="submit" id="homeButton" value="Back to Heroes List"/>
</form>
</body>
</html>
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