~ubuntu-it-ask/ubuntu-it-ask/stable

« back to all changes in this revision

Viewing changes to forum_modules/gplusauth/templates/button.html

  • Committer: Pietro Albini
  • Date: 2015-04-07 10:52:01 UTC
  • Revision ID: pietro@pietroalbini.io-20150407105201-xz2ox95qr8doiigo
Added support for the Google+ OAuth2 login

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
{% load extra_tags %}
 
2
 
 
3
<a style="position: relative; top: -8px;" href="{% url "auth_provider_signin" provider="googleplus" %}"><img src="{% media '/media/images/openid/google.gif' %}" /></a>
 
4