From 7fd003d337b09984b5a2fe91c6a1b43d6d254295 Mon Sep 17 00:00:00 2001 From: koalasat Date: Tue, 17 Sep 2024 17:27:07 +0200 Subject: [PATCH] fix html templates --- frontend/templates/frontend/basic.html | 3 ++- frontend/templates/frontend/pro.html | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/frontend/templates/frontend/basic.html b/frontend/templates/frontend/basic.html index a4cc0f74..97252982 100644 --- a/frontend/templates/frontend/basic.html +++ b/frontend/templates/frontend/basic.html @@ -1,6 +1,7 @@ + @@ -11,7 +12,7 @@ RoboSats - Simple and Private Bitcoin Exchange - + {% load static %} diff --git a/frontend/templates/frontend/pro.html b/frontend/templates/frontend/pro.html index f0bdbd9e..c563837b 100644 --- a/frontend/templates/frontend/pro.html +++ b/frontend/templates/frontend/pro.html @@ -1,6 +1,7 @@ + @@ -11,7 +12,7 @@ RoboSats PRO - Simple and Private Bitcoin Exchange - + {% load static %}