{% extends 'account/base.html' %} {% load static %} {% load crispy_forms_tags %} {% block title %}Signed out{% endblock title %} {% block content %}
Signed out
{% if messages %} {% for message in messages %} {% endfor %} {% else %} {% endif %}

Thanks for spending some time with the Web site today.

© {% skote_settings 'SKOTE_SITE_TITLE' %}. Crafted with by {% skote_settings 'SKOTE_SITE_DEVELOPER' %}

{% endblock content %}