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

11 lines
282 B
HTML

{% load static %}
{% load i18n %}
<header>
{% include "_partials/ens_logo.html" %}
<div id="headtext">
<div>
{% blocktrans %}Central Authentication Service{% endblocktrans %}
</div>
<div>{% blocktrans %}ENS Students{% endblocktrans %}</div>
</div>
</header>