Files
test-auth/templates/sso/serviceaccount/noneavailable.html

14 lines
425 B
HTML

{% extends "base.html" %}
{% block title %}External Service Account{% endblock %}
{% block content %}
<p>You have no services available to add to your account</p>
<p>If this is unexpected, please check that your API key is correct. If
you have recently joined a corporation, then please use the "Refresh"
option on your API key</p>
<p><a href="{% url sso.views.profile %}">Return to your Profile</a></p>
{% endblock %}