profileview
This commit is contained in:
@ -3,7 +3,7 @@
|
||||
{% block content %}
|
||||
{% if current_user.is_authenticated %}
|
||||
<div>
|
||||
<h1>Welcome {{ user.username }}</h1>
|
||||
<h1>Welcome {{ current_user.username }}</h1>
|
||||
<a href="{{ url_for('UploadView:index') }}" class="btn btn-primary">Upload</a>
|
||||
</div>
|
||||
<br>
|
||||
|
Reference in New Issue
Block a user