This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
polynum/polynum/templates/logout.html

12 lines
127 B
HTML

{% extends "base.html" %}
{% block content %}
<div class="hero-unit">
<h1>Au revoir...</h1>
</form>
</div>
{% endblock %}