ethertoff
clone your own copy | download snapshot

Snapshots | iceberg

Inside this repository

logout.html
text/html

Download raw (273 bytes)

{% extends "etherpad-lite/base.html" %}
{% load url from future %}
{% load i18n %}

{% block title %}{% trans "Logout" %}{% endblock %}

{% block content %}
<h1>{% trans "You have been logged out." %} <a href="/etherpad">{% trans "Log back in." %}</a></h1>

{% endblock %}