summaryrefslogtreecommitdiffstats
path: root/hyperkitty/templates
diff options
context:
space:
mode:
authorAurélien Bompard <aurelien@bompard.org>2013-04-26 18:20:28 +0200
committerAurélien Bompard <aurelien@bompard.org>2013-04-26 18:20:28 +0200
commitbf0271104e16ae44aac6d6393f98bc9f60e5ca4d (patch)
treee8916f294bd1dc42b8c4067fe35bc5d106a279fe /hyperkitty/templates
parentd39e8062f4cfed2fcb84a266c3ef70e6998e92b7 (diff)
downloadhyperkitty-bf0271104e16ae44aac6d6393f98bc9f60e5ca4d.tar.gz
hyperkitty-bf0271104e16ae44aac6d6393f98bc9f60e5ca4d.tar.xz
hyperkitty-bf0271104e16ae44aac6d6393f98bc9f60e5ca4d.zip
Add Fedora login provider
Diffstat (limited to 'hyperkitty/templates')
-rw-r--r--hyperkitty/templates/login.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/hyperkitty/templates/login.html b/hyperkitty/templates/login.html
index 3c3377e..4a27031 100644
--- a/hyperkitty/templates/login.html
+++ b/hyperkitty/templates/login.html
@@ -27,6 +27,8 @@
<li><a title="Yahoo" class="socialaccount_provider yahoo" href="{% url 'socialauth_begin' backend='yahoo' %}?next={{ next }}"><img src="{{ STATIC_URL }}img/login/yahoo.png" alt="Yahoo" /></a></li>
+ <li><a title="Fedora" class="socialaccount_provider fedora" href="{% url 'socialauth_begin' backend='fedora' %}?next={{ next }}"><img src="{{ STATIC_URL }}img/login/fedora.png" alt="Fedora" /></a></li>
+
<li><a class="socialaccount_provider openid" href="#"><img src="{{ STATIC_URL }}img/login/openid.png" alt="OpenID" /></a>
<form method="post" action="{% url 'socialauth_begin' "openid" %}?next={{ next }}" class="form-inline openid">
{% csrf_token %}