Better english!

This commit is contained in:
Roland Hedberg
2013-05-24 17:56:10 +02:00
parent e1c30280fc
commit 3d4cdebfdb
2 changed files with 3 additions and 2 deletions

View File

@@ -90,7 +90,8 @@ def whoami(environ, start_response, user):
response = ["<h2>Your identity are supposed to be</h2>"]
response.extend(dict_to_table(ava))
else:
response = ["<h2>No information about you was returned</h2>"]
response = [
"<h2>The system did not return any information about you</h2>"]
response.extend("<a href='logout'>Logout</a>")
resp = Response(response)

View File

@@ -9,7 +9,7 @@ CONFIG = {
"description": "My SP",
"service": {
"sp": {
"name" : "Rolands SP",
"name": "Rolands SP",
"endpoints": {
"assertion_consumer_service": [BASE],
"single_logout_service": [(BASE + "/slo",