fnp
/
wolnelektury.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
yet another script loading
[wolnelektury.git]
/
apps
/
wolnelektury_core
/
templates
/
auth
/
register.html
1
{% extends "ajaxable/form.html" %}
2
{% load i18n %}
3
4
5
{% block extra %}
6
7
<h1>{% trans "Sign in using:" %}</h1>
8
9
<ul class="socialaccount_providers">
10
{% include "socialaccount/snippets/provider_list.html" %}
11
</ul>
12
13
{% include "socialaccount/snippets/login_extra.html" %}
14
15
{% endblock %}