1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-08-18 06:57:52 +00:00
seahub/templates/registration/logout.html
2012-10-26 19:15:52 +08:00

11 lines
299 B
HTML

{% extends "myhome_base.html" %}
{% load i18n %}
{% block title %}{% trans "Log Out" %}{% endblock %}
{% block main_panel %}
<div class="text-panel">
<p>{% trans "Thanks for your participation! " %}<a href="{{ SITE_ROOT }}accounts/login/">{% trans "Log in again" %}</a></p>
</div>
{% endblock %}