mirror of
https://gitlab.crans.org/bde/nk20
synced 2025-07-06 23:36:13 +02:00
change CAS template for #133
This commit is contained in:
10
note_kfet/templates/cas/logout.html
Normal file
10
note_kfet/templates/cas/logout.html
Normal file
@ -0,0 +1,10 @@
|
||||
{% 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 %}
|
||||
|
Reference in New Issue
Block a user