mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-24 23:29:29 +00:00
Reorganise the file structure into a project tree
This commit is contained in:
13
app/templates/sso/serviceaccount/noneavailable.html
Normal file
13
app/templates/sso/serviceaccount/noneavailable.html
Normal file
@@ -0,0 +1,13 @@
|
||||
{% 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 %}
|
||||
Reference in New Issue
Block a user