summaryrefslogtreecommitdiff
path: root/examples/djopenid/templates/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'examples/djopenid/templates/index.html')
-rw-r--r--examples/djopenid/templates/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/djopenid/templates/index.html b/examples/djopenid/templates/index.html
index 62691ec..2757bfc 100644
--- a/examples/djopenid/templates/index.html
+++ b/examples/djopenid/templates/index.html
@@ -15,8 +15,8 @@
</p>
<ul>
- <li><a href="{{ consumer_url }}">Example Consumer (Relying Party)</a></li>
- <li><a href="{{ server_url }}">Example Server (Identity Provider)</a></li>
+ <li><a href="{% url 'consumer:index' %}">Example Consumer (Relying Party)</a></li>
+ <li><a href="{% url 'server:index' %}">Example Server (Identity Provider)</a></li>
</ul>
<p>