mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-24 23:29:29 +00:00
Reorganised Serivce Account templates
This commit is contained in:
18
templates/sso/serviceaccount/index.html
Normal file
18
templates/sso/serviceaccount/index.html
Normal file
@@ -0,0 +1,18 @@
|
||||
{% extends "base.html" %}
|
||||
|
||||
{% block title %}Add Service Account{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<p>To add a service to your account, selec the service from the list below
|
||||
then provide select a username you wish to use create the account for<br/>
|
||||
<br/>
|
||||
For details on how to connect to each service, please consult the <a
|
||||
href="http://wiki.dredd.it">wiki</a></p>
|
||||
<form action="/profile/add/service" method="post">
|
||||
<table>
|
||||
{{ form.as_table }}
|
||||
<table>
|
||||
<input type="submit" value="Create Account" />
|
||||
</form>
|
||||
<br/>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user