Skip to content

Commit

Permalink
ADD: Logout button to user edit page
Browse files Browse the repository at this point in the history
  • Loading branch information
Uzay-G committed Feb 13, 2021
1 parent f1cb25b commit 3a0d4fb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion archivy/templates/users/edit.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,10 @@ <h1>Edit Profile</h1>
{{ form.password(placeholder="New Password") }}

{{ form.submit(class="btn") }}

<a class="btn" href="/logout">
Logout
</a>
</form>
</div>

{% endblock %}

0 comments on commit 3a0d4fb

Please sign in to comment.