cas-eleves/customize_cas/templates/_partials/head.html
2020-03-24 15:38:16 +01:00

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"/>