fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
fix
[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
..
6849438
100644
(file)
--- a/
src/wolnelektury/templates/auth/register.html
+++ b/
src/wolnelektury/templates/auth/register.html
@@
-1,15
+1,16
@@
-{% extends "ajaxable/form.html" %}
{% load i18n %}
{% load i18n %}
-{%
block extra
%}
+{%
include "auth/register_form.html"
%}
-<h1>{% trans "Sign in using:" %}</h1>
+{% if USE_OPENID %}
+ <div class="form-extra">
+ <h1>{% trans "Sign in using:" %}</h1>
-<ul class="socialaccount_providers">
-{% include "socialaccount/snippets/provider_list.html" %}
-</ul>
+
<ul class="socialaccount_providers">
+
{% include "socialaccount/snippets/provider_list.html" %}
+
</ul>
-{% include "socialaccount/snippets/login_extra.html" %}
-
-{% end
block
%}
+
{% include "socialaccount/snippets/login_extra.html" %}
+ </div>
+{% end
if
%}