21 lines
420 B
HTML
Executable File
21 lines
420 B
HTML
Executable File
{% extends 'registration/register_base.html' %}
|
|
|
|
|
|
{% block title %}
|
|
Logout
|
|
{% endblock %}
|
|
|
|
{% block extra_head %}
|
|
<link rel="stylesheet" href="/static/css/files/logout.css" />
|
|
{% endblock %}
|
|
|
|
{% block pageTitle %}
|
|
Logout
|
|
{% endblock %}
|
|
|
|
|
|
{% block reg_content %}
|
|
<div id="loggedOut">You have been logged out. <br />Thanks for using the site, and see you again soon!<br /> Bye!<br /> :)</div>
|
|
|
|
{% endblock %}
|