mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-01 01:41:13 +08:00
8 lines
176 B
HTML
8 lines
176 B
HTML
{% extends "layout.html" %}
|
|
{% block toptext %}
|
|
This is the OpenID page for {{username}}.
|
|
{% endblock %}
|
|
{% block main %}
|
|
This page is primarily used internally
|
|
{% endblock %}
|