profileview

This commit is contained in:
2020-11-28 05:43:54 +01:00
parent cb0c866816
commit 46d4119aec
3 changed files with 12 additions and 3 deletions

View File

@ -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>