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." }}