diff options
| author | Markus Krogh <markus@nordu.net> | 2017-06-02 13:19:30 +0200 |
|---|---|---|
| committer | Markus Krogh <markus@nordu.net> | 2017-06-02 13:19:30 +0200 |
| commit | 934702f61f1cbdbf001ebb598c22c75efa247645 (patch) | |
| tree | b0c6725a8c8a682b421aa35eea9662d7fff31bd6 /src/templates/login.html | |
| parent | 41afbaae97384968df6312cbe570305208b2216e (diff) | |
Django 1.11 compatible and cleaned up
Diffstat (limited to 'src/templates/login.html')
| -rw-r--r-- | src/templates/login.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/templates/login.html b/src/templates/login.html new file mode 100644 index 0000000..99aad5d --- /dev/null +++ b/src/templates/login.html @@ -0,0 +1,8 @@ +{% extends "base.html" %} +{% block title %}Log in via your IdP{% endblock %} + +{% block content %} +<p> +<a href="https://crowd.nordu.net/Shibboleth.sso/Login/idp.nordu.net?target=https://crowd.nordu.net{% url 'loginfed' %}?next={% url 'index' %}">Click here to login via your Identity Provider</a> +</p> +{% endblock %} |
