diff --git a/templates/block.html.tera b/templates/block.html.tera
index 31c73d9..33a659a 100644
--- a/templates/block.html.tera
+++ b/templates/block.html.tera
@@ -56,7 +56,7 @@
Reward
{{ block_header.reward / 1000000000000 }} WOW
+{{ block_header.reward / 100000000000 }} WOW
{% if tx_info.0.as_json_full.rct_signatures.txnFee %}{{ tx_info.0.as_json_full.rct_signatures.txnFee / 1000000000000 }} WOW{% else %}0 (mined){% endif %}
+{% if tx_info.0.as_json_full.rct_signatures.txnFee %}{{ tx_info.0.as_json_full.rct_signatures.txnFee / 100000000000 }} WOW{% else %}0 (mined){% endif %}