src/ldt/ldt/templates/socialauth/signin_complete.html
changeset 1187 73403060f297
parent 28 5cba2808cde0
--- a/src/ldt/ldt/templates/socialauth/signin_complete.html	Mon May 13 14:22:37 2013 +0200
+++ b/src/ldt/ldt/templates/socialauth/signin_complete.html	Thu Feb 28 00:38:51 2013 +0100
@@ -3,6 +3,6 @@
 {% block main_content %}
 
 You have signed in.<br/>
-<a onclick="FB.logout(); window.location='{% url socialauth_social_logout %}';" href="#">Logout</a>
+<a onclick="FB.logout(); window.location='{% url 'socialauth_social_logout' %}';" href="#">Logout</a>
 
 {% endblock %}