From 136756c6906b7869b2937459322ff4ab8a6fa14d Mon Sep 17 00:00:00 2001 From: lza_menace Date: Thu, 2 Jul 2020 18:56:40 -0700 Subject: [PATCH] updating html skel --- templates/address.html.tera | 3 +++ templates/base.html.tera | 12 ------------ templates/block.html.tera | 12 ++++++++++++ templates/index.html.tera | 12 ++++++++++++ templates/transaction.html.tera | 3 +++ 5 files changed, 30 insertions(+), 12 deletions(-) diff --git a/templates/address.html.tera b/templates/address.html.tera index 89bf74f..f63a811 100644 --- a/templates/address.html.tera +++ b/templates/address.html.tera @@ -4,6 +4,9 @@
+
+ Go Back +
diff --git a/templates/base.html.tera b/templates/base.html.tera index 7aed906..7378591 100644 --- a/templates/base.html.tera +++ b/templates/base.html.tera @@ -9,18 +9,6 @@
- {% block content %} {% endblock content %}