LFID login for both projects
[laas.git] / src / templates / base / dashboard / login.html
1 {% extends "base.html" %}
2
3 {% block content %}
4 <h3> You Must Login To Do That<h3>
5
6 <a href="{% url 'oidc_authentication_init' %}"> Login Here </a>
7 {% endblock %}