1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-08-20 16:05:37 +00:00
seahub/templates/registration/logout.html

11 lines
299 B
HTML
Raw Normal View History

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