mirror of
https://github.com/zulip/zulip.git
synced 2026-07-03 21:10:12 +08:00
This should make it easier to find the templates that are actually part of the core webapp, instead of having them all mixed together with the portico pages.
5 lines
125 B
HTML
5 lines
125 B
HTML
<div class="hidden">
|
|
<form id="logout_form" action="/accounts/logout/" method="POST">{{ csrf_input }}
|
|
</form>
|
|
</div>
|