Commit 0424be22 authored by Santino Campos's avatar Santino Campos

Update html templates to make button lead to empty URL

parent bf6a79f7
...@@ -14,6 +14,6 @@ ...@@ -14,6 +14,6 @@
</dl> </dl>
<a href="http://localhost:8000/heroes"><button>Back to Heroes List </button> </a> <a href="http://localhost:8000/"><button>Back to Heroes List </button> </a>
</body> </body>
</html> </html>
...@@ -14,6 +14,6 @@ ...@@ -14,6 +14,6 @@
</dl> </dl>
<a href="http://localhost:8000/heroes"><button>Back to Heroes List </button> </a> <a href="http://localhost:8000/"><button>Back to Heroes List </button> </a>
</body> </body>
</html> </html>
...@@ -13,6 +13,6 @@ ...@@ -13,6 +13,6 @@
<dt>Lore</dt><dd>I am Sunflowey. Sometimes a sun, sometimes a flower.</dd> <dt>Lore</dt><dd>I am Sunflowey. Sometimes a sun, sometimes a flower.</dd>
</dl> </dl>
<a href="http://localhost:8000/heroes"><button>Back to Heroes List </button> </a> <a href="http://localhost:8000/"><button>Back to Heroes List </button> </a>
</body> </body>
</html> </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