Merge pull request #2 from UnstableVortexSecurity/profileview

profileview done
This commit is contained in:
2020-11-28 06:37:24 +01:00
committed by GitHub
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>