mirror of
https://github.com/Xevion/runnerspace.git
synced 2025-12-15 10:13:07 -06:00
Create proper edit profile form w/ CSRF & refactor User.about_me null/empty string handling
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
<div class="profile-bio">
|
||||
<p>
|
||||
<strong>About me:</strong><br>
|
||||
{{ user.about_me or "This user hasn't written a bio yet." }}
|
||||
{{ user.display_about() }}
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user