Files
fedora-infra_ansible/roles/ipsilon/files/templates/openid/userpage.html
Patrick Uiterwijk b4a2eddb51 This template was renamed
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
2017-03-06 18:34:53 +00:00

8 lines
181 B
HTML

{% extends "master-user.html" %}
{% block toptext %}
This is the OpenID page for {{username}}.
{% endblock %}
{% block main %}
This page is primarily used internally
{% endblock %}