Files
jupyterhub/share/jupyter/templates/logout.html
MinRK 714770d499 reorg handlers a bit
make room for API handlers
2014-09-12 12:09:26 -07:00

14 lines
238 B
HTML

{% extends "page.html" %}
{% block login_widget %}
{% endblock %}
{% block main %}
<div class="container logout-main">
<h1>You have been logged out</h1>
<p><a href="{{base_url}}login">Log in again...</a></p>
<div/>
{% endblock %}