{% extends "base.html" %} {% load static %} {% block title %}UCC Member Logout{% endblock %} {% block extrahead %} {{ block.super }} {{ form.media }} {% endblock %} {% block content_title %}

Logout

{% endblock %} {% block content %}

You are now logged out of MemberDB.

Click here to log back in again.

{% endblock %}