fnp
/
wolnelektury.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
english
[wolnelektury.git]
/
wolnelektury
/
templates
/
auth
/
login.html
1
{% extends "ajaxable/form.html" %}
2
{% load i18n %}
3
4
{% block extra %}
5
6
<h2>{% trans "or join accounts:" %}</h2>
7
8
<ul class="socialauth">
9
{% include "socialaccount/snippets/provider_list.html" %}
10
</ul>
11
12
{% endblock %}
13
14