mirror of
https://github.com/Xevion/runnerspace.git
synced 2025-12-15 00:13:00 -06:00
Revamp all form submissions with Flask-WTF forms
- Rename blueprint route 'main.user' to 'main.view_user' for clarity - Rename 'forms.py' to 'route_forms.py'
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
<div class="user-box-top">
|
||||
|
||||
<span class="user-box-username">
|
||||
<a href="{{ url_for('main.user', username=user.username) }}">{{ user.name }}</a>
|
||||
<a href="{{ url_for('main.view_user', username=user.username) }}">{{ user.name }}</a>
|
||||
</span>
|
||||
{% with seen_text = user.get_last_seen() %}
|
||||
{% if seen_text == 'Online now!' %}
|
||||
|
||||
Reference in New Issue
Block a user