|
|
|
|
@ -8,22 +8,63 @@ |
|
|
|
|
<p class="titleScore">Вход на сайт</p> |
|
|
|
|
</div> |
|
|
|
|
<div class="form-regestration"> |
|
|
|
|
{{ form.errors }} |
|
|
|
|
|
|
|
|
|
<form method="post">{% csrf_token %} |
|
|
|
|
{{ form.non_field_errors }} |
|
|
|
|
<div class="col-lg-12 select-reg"> |
|
|
|
|
<input type="text" name="{{ form.username.name }}" value="{{ form.username.value }}" class="box-sizing email-reg" |
|
|
|
|
placeholder="Электронная почта"> |
|
|
|
|
{{ form.username.errors }} |
|
|
|
|
</div> |
|
|
|
|
<div class="col-lg-12 select-reg"> |
|
|
|
|
<input type="password" name="{{ form.password.name }}" value="{{ form.password.value }}"class="box-sizing pass-reg" placeholder="Пароль"> |
|
|
|
|
{{ form.password.errors }} |
|
|
|
|
</div> |
|
|
|
|
<div class="col-lg-12 select-reg"> |
|
|
|
|
<div class="check-reg"> |
|
|
|
|
<label><input type="checkbox" name="check-reg"><span></span></label> |
|
|
|
|
<p>Запомнить</p> |
|
|
|
|
<p><a href="{% url 'password_reset_recover' %}">Забыли пароль ?</a></p> |
|
|
|
|
<p style="width: 35%;margin-top: 2px;">Запомнить</p> |
|
|
|
|
<p style="width: 50%;float: right;text-align: right;margin-top: 2px;"><a href="{% url 'password_reset_recover' %}">Забыли пароль ?</a></p> |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
<div class="col-lg-12" style="margin-top: 10px;"> |
|
|
|
|
<div class="col-xs-12 text-center"> |
|
|
|
|
<div class="btn-group" role="group"> |
|
|
|
|
|
|
|
|
|
<div class="pull-left -social -fb"> |
|
|
|
|
<a href="{% url 'social:begin' 'facebook' %}?user_type={% if request.GET.type == 'customer' %}Заказчики{% else %}Исполнители{% endif %}"> |
|
|
|
|
<img src="http://nepesh.com/static/img/social/fb.png" alt="fb"> |
|
|
|
|
</a> |
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
<div class="pull-left -social -tw"> |
|
|
|
|
<a href="{% url 'social:begin' 'twitter' %}?user_type={% if request.GET.type == 'customer' %}Заказчики{% else %}Исполнители{% endif %}"> |
|
|
|
|
<img src="http://nepesh.com/static/img/social/tw.png" alt="tw"> |
|
|
|
|
</a> |
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
<div class="pull-left -social -gplus"> |
|
|
|
|
<a href="{% url 'social:begin' 'google-oauth2' %}"> |
|
|
|
|
<img src="http://nepesh.com/static/img/social/gplus.png" alt="gplus"> |
|
|
|
|
</a> |
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
<div class="pull-left -social -vk"> |
|
|
|
|
<a href="{% url 'social:begin' 'vk-oauth2' %}"> |
|
|
|
|
<img src="http://nepesh.com/static/img/social/vk.png" alt="vk"> |
|
|
|
|
</a> |
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
<div class="pull-left -social -ok"> |
|
|
|
|
<a href="{% url 'social:begin' 'odnoklassniki-oauth2' %}"> |
|
|
|
|
<img src="http://nepesh.com/static/img/social/ok.gif" alt="yt"> |
|
|
|
|
</a> |
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
<div class="col-lg-12 select-reg"> |
|
|
|
|
<button class="reg-sub">Вход</button> |
|
|
|
|
|