mirror of
https://github.com/haiwen/seahub.git
synced 2025-10-21 19:00:12 +00:00
10 lines
224 B
HTML
10 lines
224 B
HTML
{% extends "myhome_base.html" %}
|
|
|
|
{% block title %}退出{% endblock %}
|
|
|
|
{% block main_panel %}
|
|
<div class="text-panel">
|
|
<p>感谢参与。<a href="{{ SITE_ROOT }}accounts/login/">重新登录</a></p>
|
|
</div>
|
|
{% endblock %}
|