Files
authentik/passbook/oauth_client/templates/account/dyn_extra/15_github.html
2018-11-16 10:08:15 +01:00

7 lines
337 B
HTML

{% load passbook_oauth_client %}
{% provider_exists 'github' as github_enabled %}
{% if github_enabled %}
<a href="{% url 'passbook_oauth_client:oauth-client-login' provider='github' %}" class="btn" style="background-color:#444444;color:white;margin-top:10px;width:100%;"><i class="fa fa-github" aria-hidden="true"></i></a>
{% endif %}