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

18 lines
482 B
HTML

{% extends "base.html" %}
{% block title %}External Service Account{% endblock %}
{% block content %}
<div class="page-header">
<h1>Add Service</h1>
</div>
<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 %}