1
0
mirror of https://gitlab.crans.org/bde/nk20 synced 2025-07-05 23:13:54 +02:00
Files
nk20/note_kfet/templates/cas/logout.html
2025-07-05 13:56:43 +02:00

11 lines
271 B
HTML

{% extends "base.html" %}
{% comment %}
Copyright (C) by BDE ENS-Paris-Saclay
SPDX-License-Identifier: GPL-3.0-or-later
{% endcomment %}
{% load i18n static %}
{% block content %}
<div class="alert alert-success" role="alert">{{ logout_msg }}</div>
{% endblock %}