src/pyams_security/views/templates/social-login.pt
changeset 0 f04e1d0a0723
child 2 94e76f8e9828
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/pyams_security/views/templates/social-login.pt	Thu Feb 19 10:53:29 2015 +0100
@@ -0,0 +1,10 @@
+<div class="social">
+	<span tal:condition="view.use_popup"
+		  data-ams-plugins="pyams_security"
+		  data-ams-plugin-pyams_security-src="/--static--/pyams_security/js/security.js"
+		  data-ams-plugin-pyams_security-callback="PyAMS_security.init_social"></span>
+	<span>Login with: </span>
+	<a class="authomatic" href="/login/facebook">Facebook</a>
+	<a class="authomatic" href="/login/twitter">Twitter</a>
+	<a class="authomatic" href="/login/google">Google</a>
+</div>