No require password if register via social auth
This commit is contained in:
parent
9fd93a3b53
commit
2ff1ed0f54
8 changed files with 410 additions and 353 deletions
|
@ -30,11 +30,13 @@
|
|||
{% block js_media %}{{ form.media.js }}{% endblock %}
|
||||
|
||||
{% block body %}
|
||||
<form action="" method="post" class="form-area">
|
||||
{% csrf_token %}
|
||||
<table border="0" style="text-align:left">{{ form.as_table() }}</table>
|
||||
<input type="submit" style="float:right;" value="{{ _('Continue >') }}">
|
||||
</form>
|
||||
<div id="center-float" class="registration-form">
|
||||
<form action="" method="post" class="form-area">
|
||||
{% csrf_token %}
|
||||
<table border="0" style="text-align:left">{{ form.as_table() }}</table>
|
||||
<input type="submit" style="float:right;" value="{{ _('Continue >') }}">
|
||||
</form>
|
||||
</div>
|
||||
|
||||
<div class="map-wrap">
|
||||
<div class="map-inset">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue