fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Cleanup
[wolnelektury.git]
/
src
/
wolnelektury
/
templates
/
socialaccount
/
signup.html
diff --git
a/src/wolnelektury/templates/socialaccount/signup.html
b/src/wolnelektury/templates/socialaccount/signup.html
index
ef4d5fc
..
d3f86e0
100644
(file)
--- a/
src/wolnelektury/templates/socialaccount/signup.html
+++ b/
src/wolnelektury/templates/socialaccount/signup.html
@@
-1,7
+1,6
@@
{% extends "socialaccount/base.html" %}
{% load i18n %}
{% extends "socialaccount/base.html" %}
{% load i18n %}
-{% load ajaxable_tags %}
{% block head_title %}{% trans "Signup" %}{% endblock %}
{% block head_title %}{% trans "Signup" %}{% endblock %}
@@
-13,11
+12,7
@@
<form class="signup cuteform" id="signup_form" method="post" action="{% url 'socialaccount_signup' %}">
{% csrf_token %}
<form class="signup cuteform" id="signup_form" method="post" action="{% url 'socialaccount_signup' %}">
{% csrf_token %}
- <ul>
- {{ form.username|pretty_field }}
- {{ form.email|pretty_field }}
- {{ form.agree_newsletter|pretty_checkbox }}
- </ul>
+ {{ form.as_p }}
{% if redirect_field_value %}
<input type="hidden" name="{{ redirect_field_name }}" value="{{ redirect_field_value }}" />
{% endif %}
{% if redirect_field_value %}
<input type="hidden" name="{{ redirect_field_name }}" value="{{ redirect_field_value }}" />
{% endif %}