8 lines
369 B
HTML
8 lines
369 B
HTML
{% load static %}
|
|
{% load i18n %}
|
|
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>{% trans "ENS student authentication" %}</title>
|
|
<link type="text/css" rel="stylesheet" href="{% static "css/style.css" %}" />
|
|
<link rel="shortcut icon" type="image/x-icon" href="/static/cas_server/favicon.ico"/>
|