fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
don't escape non-ascii for regular expressions
[wolnelektury.git]
/
src
/
wolnelektury
/
templates
/
auth
/
register.html
diff --git
a/src/wolnelektury/templates/auth/register.html
b/src/wolnelektury/templates/auth/register.html
index
9d2c283
..
3252cae
100644
(file)
--- a/
src/wolnelektury/templates/auth/register.html
+++ b/
src/wolnelektury/templates/auth/register.html
@@
-7,7
+7,7
@@
<h1>{% trans "Sign in using:" %}</h1>
<ul class="socialaccount_providers">
<h1>{% trans "Sign in using:" %}</h1>
<ul class="socialaccount_providers">
-{% include "socialaccount/snippets/provider_list.html" %}
+
{% include "socialaccount/snippets/provider_list.html" %}
</ul>
{% include "socialaccount/snippets/login_extra.html" %}
</ul>
{% include "socialaccount/snippets/login_extra.html" %}