From 80a35cac95eb206080636ed3bb2c1c0895c95fd4 Mon Sep 17 00:00:00 2001 From: stilbruch Date: Wed, 6 Apr 2022 00:40:09 -0500 Subject: Got fontawesome icons working finally --- app/templates/base/layout.html | 6 ++---- app/templates/user/login.html | 4 ++-- app/templates/user/register.html | 6 +++--- 3 files changed, 7 insertions(+), 9 deletions(-) (limited to 'app/templates') diff --git a/app/templates/base/layout.html b/app/templates/base/layout.html index 4b83110..8e2b979 100644 --- a/app/templates/base/layout.html +++ b/app/templates/base/layout.html @@ -3,14 +3,12 @@ - - - + + - diff --git a/app/templates/user/login.html b/app/templates/user/login.html index 6f1a553..5a3c1d4 100644 --- a/app/templates/user/login.html +++ b/app/templates/user/login.html @@ -9,7 +9,7 @@
- +
@@ -18,7 +18,7 @@
- +
diff --git a/app/templates/user/register.html b/app/templates/user/register.html index 35e62ee..46f884f 100644 --- a/app/templates/user/register.html +++ b/app/templates/user/register.html @@ -9,7 +9,7 @@
- +
@@ -18,7 +18,7 @@
- +
@@ -27,7 +27,7 @@
- +
-- cgit v1.2.3