www-bocal/mainsite/templates/plain_base.html
Théophile Bastian 17e71451fe Make login through CAS and local auth available
So far, CAS-created users don't get any privilege based on rhosts
2017-10-14 16:22:23 +02:00

17 lines
441 B
HTML

<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="keywords" lang="fr" content="COF,BOcal,ENS,AEENS">
<title>Le BOcal</title>
<link rel="stylesheet" href="/static/css/plain-site.css">
</head>
<body>
<div id="main">
{% block content %}
{% endblock content %}
</div>
</body>
</html>