mirror of https://github.com/zulip/zulip.git
10 lines
303 B
HTML
10 lines
303 B
HTML
{% autoescape off %}
|
|
{% if not user.is_authenticated %}<a href="/accounts/login/?next=/">login</a> | <a
|
|
href="/accounts/register/">register</a>{% endif %}
|
|
|
|
{% if user.is_authenticated %}<a href="/accounts/logout/?next=/">logout</a>{% endif %}
|
|
|
|
{% block content %}
|
|
{% endblock %}
|
|
{% endautoescape %}
|