From 3df856aa60e5f9448bb1052fa3a56e40f9afe178 Mon Sep 17 00:00:00 2001 From: Xevion Date: Sun, 27 Mar 2022 02:47:33 -0500 Subject: [PATCH] Update .gitignore for SQLite database, Add User About Me to Profile --- .gitignore | 3 +++ templates/pages/user.html | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 8ee9f6a..f6d9bac 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ +# Project specific +db.sqlite + # Byte-compiled / optimized / DLL files __pycache__/ *.py[cod] diff --git a/templates/pages/user.html b/templates/pages/user.html index d941963..263ab4b 100644 --- a/templates/pages/user.html +++ b/templates/pages/user.html @@ -18,7 +18,7 @@

About me:
- This user hasn't written a bio yet. + {{ user.about_me or "This user hasn't written a bio yet." }}