parent
c39dfbd729
commit
8f6fd85044
10 changed files with 74 additions and 110 deletions
|
After Width: | Height: | Size: 449 B |
|
After Width: | Height: | Size: 974 B |
|
After Width: | Height: | Size: 2.9 KiB |
|
After Width: | Height: | Size: 742 B |
|
After Width: | Height: | Size: 621 B |
|
After Width: | Height: | Size: 841 B |
@ -0,0 +1,38 @@ |
|||||||
|
{% load static %} |
||||||
|
<div class="col-lg-12" style="margin-top: 25px;"> |
||||||
|
<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="{% 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="{% static 'img/social/tw.png' %}" alt="tw"> |
||||||
|
</a> |
||||||
|
</div> |
||||||
|
|
||||||
|
<div class="pull-left -social -gplus"> |
||||||
|
<a href="{% url 'social:begin' 'google-oauth2' %}"> |
||||||
|
<img src="{% static 'img/social/gplus.png' %}" alt="gplus"> |
||||||
|
</a> |
||||||
|
</div> |
||||||
|
|
||||||
|
<div class="pull-left -social -vk"> |
||||||
|
<a href="{% url 'social:begin' 'vk-oauth2' %}"> |
||||||
|
<img src="{% static 'img/social/vk.png' %}" alt="vk"> |
||||||
|
</a> |
||||||
|
</div> |
||||||
|
|
||||||
|
<div class="pull-left -social -ok"> |
||||||
|
<a href="{% url 'social:begin' 'odnoklassniki-oauth2' %}"> |
||||||
|
<img src="{% static 'img/social/ok.gif' %}" alt="yt"> |
||||||
|
</a> |
||||||
|
</div> |
||||||
|
|
||||||
|
</div> |
||||||
|
</div> |
||||||
|
</div> |
||||||
Loading…
Reference in new issue