summaryrefslogtreecommitdiff
path: root/examples/djopenid/templates/consumer/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'examples/djopenid/templates/consumer/index.html')
-rw-r--r--examples/djopenid/templates/consumer/index.html12
1 files changed, 3 insertions, 9 deletions
diff --git a/examples/djopenid/templates/consumer/index.html b/examples/djopenid/templates/consumer/index.html
index 53a139c..ac34add 100644
--- a/examples/djopenid/templates/consumer/index.html
+++ b/examples/djopenid/templates/consumer/index.html
@@ -59,19 +59,13 @@
{% endif %}
{% if pape %}
+ An authentication policy response contained these policies:
- {% if pape.auth_policies %}
- An authentication policy response contained these policies:
-
- <ul>
+ <ul>
{% for uri in pape.auth_policies %}
<li><tt>{{ uri }}</tt></li>
{% endfor %}
- </ul>
- {% else %}
- An authentication policy response was returned, but no
- policies were enforced by the server.
- {% endif %}
+ </ul>
{% else %}
The server returned no authentication policy data (PAPE).
{% endif %}