mirror of
https://github.com/Xevion/runnerspace.git
synced 2025-12-15 08:13:07 -06:00
Create proper edit profile form w/ CSRF & refactor User.about_me null/empty string handling
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
<img src="{{ url_for('static', filename='default_photo.png') }}"
|
||||
alt="{{ user.username }}'s Profile Picture">
|
||||
</div>
|
||||
<p class="user-box-minibio">{{ user.about_me }}</p>
|
||||
<p class="user-box-minibio">{{ user.display_about() }}</p>
|
||||
</div>
|
||||
</div>
|
||||
{% endfor %}
|
||||
|
||||
Reference in New Issue
Block a user