mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 14:03:30 +00:00
Add log out link
(imported from commit 89e489d5b96ba7ae02c77a384b4dfabaa9b28785)
This commit is contained in:
@@ -1,5 +1,9 @@
|
|||||||
{% extends "zephyr/base.html" %}
|
{% extends "zephyr/base.html" %}
|
||||||
|
|
||||||
|
{% block nav %}
|
||||||
|
<li><a href="/accounts/logout?next=/">Log out</a></li>
|
||||||
|
{% endblock %}
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<h1>Hello {{ user_profile.user.username }}!</h1>
|
<h1>Hello {{ user_profile.user.username }}!</h1>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user