mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-23 06:39:25 +00:00
10 lines
234 B
HTML
10 lines
234 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><a href="/profile">Return to your Profile</a></p>
|
|
{% endblock %}
|