2015-08-18 21:04:59 +00:00
{% extends "base.html" %}
{% load i18n %}
{% load staticfiles %}
2015-04-30 20:03:39 +00:00
{% block content %}
2015-08-18 21:04:59 +00:00
2015-08-21 16:05:34 +00:00
< div class = "ui stackable page grid" >
2015-12-04 16:56:01 +00:00
< div class = "row" >
< div class = "center aligned column" >
< h1 class = "ui huge header" > Congratulations! It works. < div class = "sub header" > ... what's next?< / div > < / h1 >
< / div >
2015-08-21 16:05:34 +00:00
< / div >
2015-12-04 16:56:01 +00:00
< div class = "row" >
< div class = "column" >
< div class = "ui segments" >
< div class = "ui segment" >
< p > Now that you are an OpenID Connect Provider, start by creating your clients < a href = "{% url 'admin:index' %}oidc_provider/client/" target = "_BLANK" > here< / a > .< / p >
< / div >
2015-08-21 16:05:34 +00:00
< / div >
2015-08-18 21:04:59 +00:00
< / div >
< / div >
< / div >
2015-04-30 20:03:39 +00:00
{% endblock %}